fire and rain
This commit is contained in:
parent
20f412dcce
commit
98f0993eb2
5
.gitignore
vendored
5
.gitignore
vendored
@ -2,4 +2,9 @@
|
|||||||
build/
|
build/
|
||||||
*.pdf
|
*.pdf
|
||||||
.texpadtmp
|
.texpadtmp
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.aux
|
||||||
|
*.log
|
||||||
|
*.fls
|
||||||
|
*.synctex.gz
|
||||||
|
|
||||||
|
@ -48,4 +48,4 @@ function make_packet {
|
|||||||
setup_pdflatex
|
setup_pdflatex
|
||||||
#make_pdf "$1"
|
#make_pdf "$1"
|
||||||
|
|
||||||
make_packet "packets/aircoustic202104.tex"
|
make_packet "packets/pha202104.tex"
|
||||||
|
13
packets/pha202104.tex
Normal file
13
packets/pha202104.tex
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
\documentclass{article}
|
||||||
|
\usepackage{grffile}
|
||||||
|
\usepackage{pdfpages}
|
||||||
|
\begin{document}
|
||||||
|
\includepdf[pages=-]{build/pdf/Johnny Mandel/Suicide Is Painless.pdf}
|
||||||
|
\includepdf[pages=-]{build/pdf/James Taylor/Fire and Rain.pdf}
|
||||||
|
\includepdf[pages=-]{build/pdf/James Taylor/Fire and Rain Capo III.pdf}
|
||||||
|
\includepdf[pages=-]{build/pdf/The Beach Boys/God Only Knows.pdf}
|
||||||
|
\includepdf[pages=-]{build/pdf/The Beach Boys/God Only Knows Capo II.pdf}
|
||||||
|
\includepdf[pages=-]{build/pdf/Michael Franti & Spearhead/Say Hey (I Love You).pdf}
|
||||||
|
\includepdf[pages=-]{build/pdf/Michael Franti & Spearhead/Say Hey (I Love You) Capo III.pdf}
|
||||||
|
\includepdf[pages=-]{build/pdf/Cheap Trick/I Want You to Want Me.pdf}
|
||||||
|
\end{document}
|
50
songs/James Taylor/Fire and Rain Body.tex
Normal file
50
songs/James Taylor/Fire and Rain Body.tex
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
\begin{intro}
|
||||||
|
\begin{tabular}[t]{@{}lllll}
|
||||||
|
|_{C} & |_{A#} & |_{F} & |_{C} & | \\
|
||||||
|
|_{C} & |_{G} & |_{A#} & |_{C} & | \\
|
||||||
|
\end{tabular}
|
||||||
|
\end{intro}
|
||||||
|
|
||||||
|
\begin{verse}
|
||||||
|
Just yesterday ^{Gm}morning they let me ^{F}know you were ^{C}gone ^{Csus2} ^{C} \\
|
||||||
|
Suzanne the ^{G}plans they made put an ^{A#}end to you \\
|
||||||
|
I ^{C}walked out this ^{Gm}morning and I ^{F}wrote down this ^{C}song ^{Csus2} ^{C} \\
|
||||||
|
I just can't re^{G}member who to ^{A#}send it to ^{A#} ^{F}
|
||||||
|
\end{verse}
|
||||||
|
|
||||||
|
\begin{chorus}
|
||||||
|
^{F}I've seen ^{Dm}fire and I've seen ^{C}rain ^{Csus2} ^{C} \\
|
||||||
|
I've seen ^{F}sunny days that I ^{Dm}thought would never ^{C}end ^{Csus2} ^{C} \\
|
||||||
|
I've seen ^{F}lonely times when I ^{Dm}could not find a ^{C}friend ^{Csus2} ^{C} \\
|
||||||
|
1. But I ^{A#}always thought that I'd s^{Gm}ee you ag^{C}ain ^{C7} \\
|
||||||
|
3. But I always thought that I'd see you, baby, one more time again
|
||||||
|
\end{chorus}
|
||||||
|
|
||||||
|
\begin{verse}
|
||||||
|
Won't you ^{C}look down upon me, ^{Gm}Jesus \\
|
||||||
|
You've got to ^{F}help me make a ^{C}stand ^{Csus2} ^{C} \\
|
||||||
|
You've just got to ^{G}see me through a^{A#}nother day \\
|
||||||
|
^{C}My body's ^{Gm}aching and my ^{F}time is at ^{C}hand ^{Csus2} ^{C} \\
|
||||||
|
And I won't ^{G}make it any ^{A#}other way ^{A#} ^{F}
|
||||||
|
\end{verse}
|
||||||
|
|
||||||
|
\begin{chorus}
|
||||||
|
\instruction{Repeat Chorus}
|
||||||
|
\end{chorus}
|
||||||
|
|
||||||
|
\begin{verse}
|
||||||
|
Been ^{C}walking my mind to an ^{Gm}easy time, my ^{F}back turned towards the ^{C}sun ^{Csus2} ^{C} \\
|
||||||
|
Lord knows when the ^{G}cold wind blows it'll ^{A#}turn your head around \\
|
||||||
|
Well, there's ^{C}hours of time on the ^{Gm}telephone line to ^{F}talk about things to ^{C}com ^{Csus2}e ^{C} \\
|
||||||
|
Sweet dreams and ^{G}flying machines in ^{A#}pieces on the ground ^{A#} ^{F}
|
||||||
|
\end{verse}
|
||||||
|
|
||||||
|
\begin{chorus}
|
||||||
|
\instruction{Repeat Chorus}
|
||||||
|
\end{chorus}
|
||||||
|
|
||||||
|
\begin{outro}
|
||||||
|
Thought I'd ^{A#}see you one more t^{Gm}ime ag^{C}ain \\
|
||||||
|
There's just a ^{A#}few things coming my w^{Gm}ay this time ar^{C}ound, now \\
|
||||||
|
Thought I'd ^{A#}see you, thought I'd s^{Gm}ee you fire and r^{C}ain, now . . .
|
||||||
|
\end{outro}
|
8
songs/James Taylor/Fire and Rain Capo III.tex
Normal file
8
songs/James Taylor/Fire and Rain Capo III.tex
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
\documentclass{skrul-leadsheet}
|
||||||
|
\begin{document}
|
||||||
|
\begin{song}[transpose-capo=true]{title={Fire and Rain}, band={James Taylor}, year={1970}, key={C}, capo={3}}
|
||||||
|
|
||||||
|
\input{"Fire and Rain Body.tex"}
|
||||||
|
|
||||||
|
\end{song}
|
||||||
|
\end{document}
|
8
songs/James Taylor/Fire and Rain.tex
Normal file
8
songs/James Taylor/Fire and Rain.tex
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
\documentclass{skrul-leadsheet}
|
||||||
|
\begin{document}
|
||||||
|
\begin{song}[transpose-capo=true]{title={Fire and Rain}, band={James Taylor}, year={1970}, key={C}}
|
||||||
|
|
||||||
|
\input{"Fire and Rain Body.tex"}
|
||||||
|
|
||||||
|
\end{song}
|
||||||
|
\end{document}
|
@ -0,0 +1,75 @@
|
|||||||
|
\begin{intro}
|
||||||
|
\begin{tabular}[t]{@{}lllll}
|
||||||
|
|_{Bb} & |_{Bb} & |_{D#} & |_{Bb} & | \\
|
||||||
|
|_{Bb} & |_{Bb} & | & & This one goes out to you and yours, worldwide \\
|
||||||
|
\end{tabular}
|
||||||
|
\end{intro}
|
||||||
|
|
||||||
|
\begin{chorus}
|
||||||
|
Say ^{Bb}hey, I'll be gone today, but ^{Bb}I'll be back around the way \\
|
||||||
|
^{D#}Seems like everywhere I go, the ^{Bb}more I see the less I know, \\
|
||||||
|
But ^{F}I kn^{-}ow ^{D#}one thing, that I ^{Bb}love you (baby girl!) \\
|
||||||
|
I ^{F}love y^{-}ou, I ^{D#}love you, I ^{Bb}love you
|
||||||
|
\end{chorus}
|
||||||
|
|
||||||
|
\begin{verse}
|
||||||
|
^{Bb}I've been a lot of places all around the way,
|
||||||
|
^{Bb}I've seen a lot of joy, and I've seen a lot of pain \\
|
||||||
|
But I don't ^{D#}want to write a love song for the world,
|
||||||
|
I just ^{Bb}want to write a song about a boy and a girl \\
|
||||||
|
\\
|
||||||
|
^{Bb}Junkies on the corner, always calling my name,
|
||||||
|
and the ^{Bb}kids on the corner playing ghetto games \\
|
||||||
|
When I ^{D#}saw you getting down, girl, I hoped it was you,
|
||||||
|
and when I ^{Bb}looked into your eyes, I knew it was true
|
||||||
|
\end{verse}
|
||||||
|
|
||||||
|
\begin{chorus}
|
||||||
|
\instruction{Repeat Chorus}
|
||||||
|
\end{chorus}
|
||||||
|
|
||||||
|
\begin{verse}
|
||||||
|
Now ^{Bb}I'm not a highly metaphysical man,
|
||||||
|
But I ^{Bb}know when the stars are aligned you can \\
|
||||||
|
^{D#}Bump into a person in the middle of the road,
|
||||||
|
^{Bb}Look into their eyes, and you suddenly know \\
|
||||||
|
\\
|
||||||
|
^{Bb}Rocking in the dance hall, moving with you,
|
||||||
|
^{Bb}Dancing in the night in the middle of June \\
|
||||||
|
^{D#}My momma told me don't lose you,
|
||||||
|
^{Bb}'Cause the best luck I had was you
|
||||||
|
\end{verse}
|
||||||
|
|
||||||
|
\begin{chorus}
|
||||||
|
\instruction{Repeat Chorus}
|
||||||
|
\end{chorus}
|
||||||
|
|
||||||
|
\begin{bridge}
|
||||||
|
And I say, ^{Gm}rocking in the dance, hall moving with you,
|
||||||
|
I say, ^{Bb}hey momma, hey momma, close to you \\
|
||||||
|
^{Gm}Rocking in the dance hall, moving with you,
|
||||||
|
I say, h^{Bb}ey pappa, hey pappa, got to choose \\
|
||||||
|
^{Gm}Rocking in the dance hall, moving with you,
|
||||||
|
I say, ^{Bb}hey momma, hey momma, close to you \\
|
||||||
|
^{Gm}Rocking in the dance hall, moving with you,
|
||||||
|
I say, ^{F}hey momma, hey momma, hey momma, hey momma \\
|
||||||
|
^{F}Hey momma, hey momma, hey momma, hey momma ^{F} (what you gonna do, mama) ^{F}
|
||||||
|
\end{bridge}
|
||||||
|
|
||||||
|
\begin{verse}
|
||||||
|
^{Bb*}My momma told me don't lose you,
|
||||||
|
^{Bb*}'Cause the best luck I had was you \\
|
||||||
|
And ^{D#*}I know one thing that I ^{Bb*}love you
|
||||||
|
\end{verse}
|
||||||
|
|
||||||
|
\begin{outro}
|
||||||
|
Say ^{Bb}hey, I'll be gone today, but ^{Bb}I'll be back around the way \\
|
||||||
|
^{D#}Seems like everywhere I go, the ^{Bb}more I see the less I know, \\
|
||||||
|
Say ^{Bb}hey, I'll be gone today, but ^{Bb}I'll be back around the way \\
|
||||||
|
^{D#}Seems like everywhere I go, the ^{Bb}more I see the less I know, \\
|
||||||
|
But ^{F}I kn^{-}ow ^{D#}one thing, that I ^{Bb}love you (baby girl!) \\
|
||||||
|
I ^{F}love y^{-}ou, I ^{D#}love you, I ^{Bb}love you \\
|
||||||
|
I ^{F}love y^{-}ou, I ^{D#}love you, I ^{Bb}love you \\
|
||||||
|
I ^{F}love y^{-}ou, I ^{D#}love you, I ^{Bb}love you \\
|
||||||
|
I ^{F}love y^{-}ou, I ^{D#}love you, I ^{Bb}love you \hspace{20pt} \instruction{Jam out on _{Bb}}
|
||||||
|
\end{outro}
|
@ -0,0 +1,8 @@
|
|||||||
|
\documentclass{skrul-leadsheet}
|
||||||
|
\begin{document}
|
||||||
|
\begin{song}[transpose-capo=true]{title={Say Hey (I Love You)}, band={Michael Franti \& Spearhead}, year={2008}, key={Bb}, capo={3}}
|
||||||
|
|
||||||
|
\input{"Say Hey (I Love You) Body.tex"}
|
||||||
|
|
||||||
|
\end{song}
|
||||||
|
\end{document}
|
@ -1,82 +1,8 @@
|
|||||||
\documentclass{skrul-leadsheet}
|
\documentclass{skrul-leadsheet}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\begin{song}[transpose-capo=true]{title={Say Hey (I Love You)}, band={Michael Franti \& Spearhead}, year={2008}, key={A#}, capo={3}}
|
\begin{song}[transpose-capo=true]{title={Say Hey (I Love You)}, band={Michael Franti \& Spearhead}, year={2008}, key={Bb}}
|
||||||
|
|
||||||
\begin{intro}
|
\input{"Say Hey (I Love You) Body.tex"}
|
||||||
\begin{tabular}[t]{@{}lllll}
|
|
||||||
|_{A#} & |_{A#} & |_{D#} & |_{A#} & | \\
|
|
||||||
|_{A#} & |_{A#} & | & & This one goes out to you and yours, worldwide \\
|
|
||||||
\end{tabular}
|
|
||||||
\end{intro}
|
|
||||||
|
|
||||||
\begin{chorus}
|
|
||||||
Say ^{A#}hey, I'll be gone today, but ^{A#}I'll be back around the way \\
|
|
||||||
^{D#}Seems like everywhere I go, the ^{A#}more I see the less I know, \\
|
|
||||||
But ^{F}I kn^{-}ow ^{D#}one thing, that I ^{A#}love you (baby girl!) \\
|
|
||||||
I ^{F}love y^{-}ou, I ^{D#}love you, I ^{A#}love you
|
|
||||||
\end{chorus}
|
|
||||||
|
|
||||||
\begin{verse}
|
|
||||||
^{A#}I've been a lot of places all around the way,
|
|
||||||
^{A#}I've seen a lot of joy, and I've seen a lot of pain \\
|
|
||||||
But I don't ^{D#}want to write a love song for the world,
|
|
||||||
I just ^{A#}want to write a song about a boy and a girl \\
|
|
||||||
\\
|
|
||||||
^{A#}Junkies on the corner, always calling my name,
|
|
||||||
and the ^{A#}kids on the corner playing ghetto games \\
|
|
||||||
When I ^{D#}saw you getting down, girl, I hoped it was you,
|
|
||||||
and when I ^{A#}looked into your eyes, I knew it was true
|
|
||||||
\end{verse}
|
|
||||||
|
|
||||||
\begin{chorus}
|
|
||||||
\instruction{Repeat Chorus}
|
|
||||||
\end{chorus}
|
|
||||||
|
|
||||||
\begin{verse}
|
|
||||||
Now ^{A#}I'm not a highly metaphysical man,
|
|
||||||
But I ^{A#}know when the stars are aligned you can \\
|
|
||||||
^{D#}Bump into a person in the middle of the road,
|
|
||||||
^{A#}Look into their eyes, and you suddenly know \\
|
|
||||||
\\
|
|
||||||
^{F}Rocking in the dance hall, moving with you,
|
|
||||||
^{A#}Dancing in the night in the middle of June \\
|
|
||||||
^{D#}My momma told me don't lose you,
|
|
||||||
^{A#}'Cause the best luck I had was you
|
|
||||||
\end{verse}
|
|
||||||
|
|
||||||
\begin{chorus}
|
|
||||||
\instruction{Repeat Chorus}
|
|
||||||
\end{chorus}
|
|
||||||
|
|
||||||
\begin{bridge}
|
|
||||||
And I say, ^{Gm}rocking in the dance, hall moving with you,
|
|
||||||
I say, ^{A#}hey momma, hey momma, close to you \\
|
|
||||||
^{Gm}Rocking in the dance hall, moving with you,
|
|
||||||
I say, h^{A#}ey pappa, hey pappa, got to choose \\
|
|
||||||
^{Gm}Rocking in the dance hall, moving with you,
|
|
||||||
I say, ^{A#}hey momma, hey momma, close to you \\
|
|
||||||
^{Gm}Rocking in the dance hall, moving with you,
|
|
||||||
I say, ^{F}hey momma, hey momma, hey momma, hey momma \\
|
|
||||||
^{F}Hey momma, hey momma, hey momma, hey momma ^{F} (what you gonna do, mama) ^{F}
|
|
||||||
\end{bridge}
|
|
||||||
|
|
||||||
\begin{verse}
|
|
||||||
^{A#*}My momma told me don't lose you,
|
|
||||||
^{A#*}'Cause the best luck I had was you \\
|
|
||||||
And ^{D#*}I know one thing that I ^{A#*}love you
|
|
||||||
\end{verse}
|
|
||||||
|
|
||||||
\begin{outro}
|
|
||||||
Say ^{A#}hey, I'll be gone today, but ^{A#}I'll be back around the way \\
|
|
||||||
^{D#}Seems like everywhere I go, the ^{A#}more I see the less I know, \\
|
|
||||||
Say ^{A#}hey, I'll be gone today, but ^{A#}I'll be back around the way \\
|
|
||||||
^{D#}Seems like everywhere I go, the ^{A#}more I see the less I know, \\
|
|
||||||
But ^{F}I kn^{-}ow ^{D#}one thing, that I ^{A#}love you (baby girl!) \\
|
|
||||||
I ^{F}love y^{-}ou, I ^{D#}love you, I ^{A#}love you \\
|
|
||||||
I ^{F}love y^{-}ou, I ^{D#}love you, I ^{A#}love you \\
|
|
||||||
I ^{F}love y^{-}ou, I ^{D#}love you, I ^{A#}love you \\
|
|
||||||
I ^{F}love y^{-}ou, I ^{D#}love you, I ^{A#}love you \hspace{20pt} \instruction{Jam out on _{A#}}
|
|
||||||
\end{outro}
|
|
||||||
|
|
||||||
\end{song}
|
\end{song}
|
||||||
\end{document}
|
\end{document}
|
Loading…
Reference in New Issue
Block a user