Add notes for several songs.
Also, ignore PDFs (should be generated from LaTeX or stored in S3 if written by 3rd party).
This commit is contained in:
parent
1e9a4c344b
commit
e7c006253e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
.sw?
|
||||
*.aux
|
||||
*.log
|
||||
*.pdf
|
||||
agendas/*.html
|
||||
website/make_site
|
||||
website/rendered
|
||||
|
@ -0,0 +1,76 @@
|
||||
\begin{song}{title={Divine Exchange}, composer={Brandon Michael Collins, Charity Gayle, Jennie Lee Riddle, \& Melanie Tierc}, key={D}, tempo={82}}
|
||||
|
||||
\begin{intro-interlude}
|
||||
\hfill\break
|
||||
_{D} | _{F#m7} | _{G} | _{D} (2x)
|
||||
\end{intro-interlude}
|
||||
|
||||
\begin{multicols}{2}
|
||||
\begin{verse1}
|
||||
\hfill\break
|
||||
On the ^{D}cross hung my ^{F#m7}pain \\
|
||||
And the ^{G}guilt and the ^{D}shame \\
|
||||
Jesus ^{D}bore my suffer - ^{F#m7}ing \\
|
||||
To the ^{G}grave to make me ^{D}free \\
|
||||
\end{verse1}
|
||||
|
||||
\begin{verse2}
|
||||
\hfill\break
|
||||
Oh the ^{D}blood that was ^{F#m7}shed \\
|
||||
It now ^{G}flows to cover ^{D}sin \\
|
||||
It washes ^{D}clean and puri - ^{F#m7}fies \\
|
||||
In its ^{G}healing crimson ^{D}tide \\
|
||||
\end{verse2}
|
||||
|
||||
\begin{verse3}
|
||||
\hfill\break
|
||||
His spirit ^{D}is my present ^{F#m7}help \\
|
||||
I'd be ^{G}lost all by my - ^{D}self \\
|
||||
He resur - ^{D}rects He sancti - ^{F#m7}fies \\
|
||||
He takes His ^{G}power and makes it ^{D}mine \\
|
||||
\end{verse3}
|
||||
|
||||
\columnbreak
|
||||
|
||||
\begin{chorus}
|
||||
\hfill\break
|
||||
Jesus, He ^{D}took my place in di - ^{Bm}vine exchange \\
|
||||
Halle - ^{G}lujah! Grace is ^{D}mine \\
|
||||
Now I will ^{D}live by faith for the ^{Bm}One who saves \\
|
||||
He gave ^{G}all to give me ^{D}life \\
|
||||
\end{chorus}
|
||||
|
||||
\begin{bridge}
|
||||
\hfill\break
|
||||
I lay down all ^{A}lesser things for ^{Bm}greater gain \\
|
||||
He is ^{G}alive inside of ^{D}me \\
|
||||
I lay down all ^{A}lesser things for ^{Bm}greater gain \\
|
||||
He is ^{G}alive inside of ^{D}me \\
|
||||
I lay down all ^{A}lesser things for ^{Bm}greater gain \\
|
||||
He is ^{G}alive inside of ^{D}me \\
|
||||
I lay down all ^{A}lesser things for ^{Bm}greater gain \\
|
||||
He is ^{G}alive Oh \\
|
||||
\end{bridge}
|
||||
|
||||
\vfill
|
||||
|
||||
\begin{info}
|
||||
\hfill\break
|
||||
Song Order:
|
||||
\begin{songOrder}
|
||||
\item Intro {\scriptsize\textit {pad + keys only, full 2nd time}}
|
||||
\item Verses 1 {\scriptsize\textit {keys + pad only}}
|
||||
\item Verses 2 {\scriptsize\textit {add strings}}
|
||||
\item Chorus {\scriptsize\textit {add bass (whole notes), hold going into ch.}}
|
||||
\item Verses 3 {\scriptsize\textit {add drums, bass}}
|
||||
\item Chorus {\scriptsize\textit {full}}
|
||||
\item Bridge {\scriptsize\textit {down, keys + strings only, all in 2nd half}}
|
||||
\item Chorus {\scriptsize\textit {cut, drums + pad only}}
|
||||
\item Chorus {\scriptsize\textit {full, repeat last line 3x}}
|
||||
\end{songOrder}
|
||||
\end{info}
|
||||
|
||||
|
||||
\end{multicols}
|
||||
|
||||
\end{song}
|
@ -0,0 +1,37 @@
|
||||
\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{DivineExchange-CharityGayle-D.latex}
|
||||
|
||||
\end{document}
|
1
songs/divine-exchange-charity-gayle/notes.txt
Normal file
1
songs/divine-exchange-charity-gayle/notes.txt
Normal file
@ -0,0 +1 @@
|
||||
pad patch: Ochestronic (Voice - Pre 4 - D - 15)
|
19
songs/freedom-eddie-james/notes.txt
Normal file
19
songs/freedom-eddie-james/notes.txt
Normal file
@ -0,0 +1,19 @@
|
||||
pad patch: Sforzando AF1&2 (Voice - Pre 4 - G - 10)
|
||||
Poly Synth Pad (Voice - GM - F - 11)
|
||||
|
||||
Order:
|
||||
V1
|
||||
Ch
|
||||
Ch
|
||||
V2
|
||||
Ch
|
||||
Ch
|
||||
V2
|
||||
Ch
|
||||
Ch
|
||||
B1 (3x)
|
||||
B2 (4x)
|
||||
Ch
|
||||
B1 (3x)
|
||||
B2 (4x)
|
||||
Outtro
|
1
songs/only-king-forever-elevation-worship/notes.txt
Normal file
1
songs/only-king-forever-elevation-worship/notes.txt
Normal file
@ -0,0 +1 @@
|
||||
pad path: Finale (Voice - Pre 4 - H - 12)
|
Loading…
Reference in New Issue
Block a user