From f81b0ae83e3a0a8956a5dc2d09ba7998029b6c04 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Sat, 25 Mar 2017 22:15:35 -0500 Subject: [PATCH] What A Beautiful Name by Hillsong --- .../WhatABeautifulName-Hillsong-D.latex | 96 +++++++++++++++++++ ...WhatABeautifulName-Hillsong-D.single.latex | 36 +++++++ 2 files changed, 132 insertions(+) create mode 100644 songs/what-a-beautiful-name-hillsong/WhatABeautifulName-Hillsong-D.latex create mode 100644 songs/what-a-beautiful-name-hillsong/WhatABeautifulName-Hillsong-D.single.latex diff --git a/songs/what-a-beautiful-name-hillsong/WhatABeautifulName-Hillsong-D.latex b/songs/what-a-beautiful-name-hillsong/WhatABeautifulName-Hillsong-D.latex new file mode 100644 index 0000000..444fcf7 --- /dev/null +++ b/songs/what-a-beautiful-name-hillsong/WhatABeautifulName-Hillsong-D.latex @@ -0,0 +1,96 @@ +\begin{song}{title={What A Beautiful Name}, + composer={Ben Felding \& Brooke Ligertwood}, key={D}, tempo={62}} + + \begin{intro} + _{D} + \end{intro} + + \begin{multicols}{2} + \begin{verse1} + \hfill\break + _{D} {\small\textit { held softly throughout}} \\ + You were the Word at the beginning \\ + You are God the Lord Most High \\ + Your hidden glory in creation \\ + Now revealed in You our Christ \\ + \end{verse1} + + \begin{chorus} + \hfill\break + What a beautiful Name it is ^{D} \\ + What a beautiful Name it is ^{A} \\ + The Name of ^{Bm}Jesus ^{A}Christ, my ^{G}King \\ + What a beautiful Name it is ^{D/F#} \\ + Nothing compares to this ^{A} \\ + What a beautiful Name it is ^{Bm} \\ + The ^{A}Name of ^{G}Jesus \\ + \end{chorus} + + \begin{verse2} + \hfill\break + ^{D} You didn't want heaven without us \\ + So Jesus, ^{G}You brought ^{Bm}hea - ven ^{A}down \\ + ^{Bm} My sin was great, Your ^{A/C#}love was ^{D}greater \\ + What could ^{G}sepa - ^{Bm}rate us ^{A}now \\ + \end{verse2} + + \begin{tag} + \hfill\break + What a wonderful Name it is ^{Bm} \\ + The ^{A}Name of ^{G}Jesus \\ + \end{tag} + + \begin{interlude} + \hfill\break + _{G} | _{A} | _{Bm7} | F#m7 \\ + _{G} | _{A} | _{Bm7} | F#m7 \\ + _{G} | _{A} | _{Bm7} | A \\ + \end{interlude} + + \columnbreak + + \begin{bridge1} + \hfill\break + Death could not ^G{}hold you / + The veil tore ^{A}before You \\ + You silence the ^{Bm7}boast of sin and ^{F#m7}grave \\ + The heavens are ^{G}roaring / + The praise of Your ^{A}glory \\ + For You are ^{Bm7}raised to life a - ^{A}gain \\ + \end{bridge1} + + \begin{bridge2} + \hfill\break + You have no ^{G}rival / + You have no ^{A}equal \\ + Now and for - ^{Bm7}ever God You ^{F#m7}reign \\ + Yours is the king -^{G}dom / + Yours is the ^{A}glory \\ + Yours is the ^{Bm7}Name above all ^{A}names \\ + \end{bridge2} + + \vfill + + \begin{info} + \hfill\break + Song Order: + \begin{songOrder} + \item Intro {\scriptsize\textit {pad only}} + \item Verses 1 {\scriptsize\textit {pad only}} + \item Chorus {\scriptsize\textit {add plucked guitar}} + \item Verses 2 {\scriptsize\textit {add drums, bass, e. guitar}} + \item Chorus (wonderful) {\scriptsize\textit {build to medium}} + \item Tag + \item Interlude {\scriptsize\textit {all out except keys, plucked guitar}} + \item Bridge 1 {\scriptsize\textit {add bass, cymbals, build @ halfway}} + \item Bridge 2 {\scriptsize\textit {build slowly}} + \item Chorus (powerful) {\scriptsize\textit {full volume, halftime}} + \item Bridge 2 {\scriptsize\textit {common time, stay big}} + \item Chorus (powerful) {\scriptsize\textit{stay big}} + \item Tag (powerful) 2X {\scriptsize\textit{end big}} + \end{songOrder} + \end{info} + + \end{multicols} + +\end{song} diff --git a/songs/what-a-beautiful-name-hillsong/WhatABeautifulName-Hillsong-D.single.latex b/songs/what-a-beautiful-name-hillsong/WhatABeautifulName-Hillsong-D.single.latex new file mode 100644 index 0000000..7625f46 --- /dev/null +++ b/songs/what-a-beautiful-name-hillsong/WhatABeautifulName-Hillsong-D.single.latex @@ -0,0 +1,36 @@ +\documentclass{article} +\usepackage[margin=0.79in]{geometry} +\usepackage{helvet} +\usepackage{leadsheets} +\usepackage{array} +\usepackage{multicol} + +\renewcommand{\familydefault}{\sfdefault} + +\newversetype{verse1}[name={Verse 1}] +\newversetype{verse2}[name={Verse 2}] +\newversetype{verse3}[name={Verse 3}] +\newversetype{tag}[name={Tag}] +\newversetype{prechorus}[name={Pre-chorus}] +\newversetype{bridge1}[name={Bridge 1}] +\newversetype{bridge2}[name={Bridge 2}] +\newversetype{intro-interlude}[name={Intro/Interlude}] +\newversetype{outtro}[name={Outtro}] + +\newenvironment{songOrder} +{ \begin{itemize} + \setlength{\itemsep}{0pt} + \setlength{\parskip}{0pt} + \setlength{\parsep}{0pt} } +{ \end{itemize} } + +\setleadsheets{ + bar-shortcuts={true}, + title-template = tabular, + verses-label-format={\bfseries}} + +\begin{document} + +\input{WhatABeautifulName-Hillsong-D.latex} + +\end{document}