Set 2: added I Will Bless The Lord by Eddie James.
This commit is contained in:
parent
cf9140b0cb
commit
25bdf132d5
@ -0,0 +1,36 @@
|
||||
\newcommand{\splitLine}{ \hspace{10pt} // \hspace{10pt} }
|
||||
\begin{song}{title={I Will Bless The Lord}, composer={Eddie James},
|
||||
key={F}, tempo={150}}
|
||||
|
||||
\begin{intro}
|
||||
_{F2} \hspace{5pt} | _{Eb2/F} \hspace{5pt} | _{Dm7} \hspace{5pt} | _{Eb2} \\*
|
||||
_{F2} \hspace{5pt} | _{Eb2/F} \hspace{5pt} | _{Db2} \hspace{10pt} | _{Eb2}
|
||||
\end{intro}
|
||||
|
||||
\begin{chorus}
|
||||
\hfill\break
|
||||
\begin{tabular}{l l}
|
||||
\textit { I will ^{\textnormal{F2}}bless the Lord...} &
|
||||
\textit {I will ^{\textnormal{Eb2/F}}praise His Name... } \\*
|
||||
|
||||
\textit { I will ^{\textnormal{Dm7}}bless the Lord...} &
|
||||
\textit {I will ^{\textnormal{Eb2}}praise His Name} \\*
|
||||
|
||||
\textit {For the ^{\textnormal{F2}}rest of my life...} &
|
||||
\textit {I'll for - ^{\textnormal{Eb2/F}}ever proclaim} \\*
|
||||
|
||||
He's ^{Db2}good! & He's ^{Eb2}good!
|
||||
\end{tabular}
|
||||
\end{chorus}
|
||||
|
||||
\begin{verse1}
|
||||
\hfill\break
|
||||
\begin{tabular}{l l}
|
||||
Oh ^{Bbmaj7}magnify the Lord with me & Let ^{F/A}us exalt His name \\*
|
||||
Oh ^{Gm7}magnify the Lord with me & Let ^{F2}us exalt His name \\*
|
||||
For ^{Bbmaj7}who is like our Lord and King & His ^{Dm7}glory and His faith, \\*
|
||||
He's ex - ^{Eb}alted & above the ^{F/C}hea - ^{C2}vens
|
||||
\end{tabular}
|
||||
\end{verse1}
|
||||
|
||||
\end{song}
|
30
songs/set2.latex
Normal file
30
songs/set2.latex
Normal file
@ -0,0 +1,30 @@
|
||||
\documentclass{article}
|
||||
\usepackage[margin=0.79in]{geometry}
|
||||
\usepackage{helvet}
|
||||
\usepackage{leadsheets}
|
||||
\usepackage{array}
|
||||
\renewcommand{\familydefault}{\sfdefault}
|
||||
|
||||
\newversetype{verse1}[name={Verse 1}]
|
||||
\newversetype{verse2}[name={Verse 2}]
|
||||
\newversetype{verse3}[name={Verse 3}]
|
||||
\newversetype{tag}[name={Tag}]
|
||||
%\newversetype{outro}[name={Outro}]
|
||||
\newversetype{prechorus}[name={Pre-chorus}]
|
||||
\newversetype{bridge1}[name={Bridge 1}]
|
||||
\newversetype{bridge2}[name={Bridge 2}]
|
||||
|
||||
\setleadsheets{
|
||||
bar-shortcuts={true},
|
||||
title-template = tabular,
|
||||
verses-label-format={\bfseries}}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\input{i-will-bless-the-lord/IWillBlessTheLord-EddieJames-F.latex}
|
||||
\pagebreak
|
||||
\input{defend-us/DefendUs-JessicaDiGiovanni-E.latex}
|
||||
\pagebreak
|
||||
\input{holy-spirit/HolySpirit-KariJobe-E.latex}
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user