april
This commit is contained in:
parent
3a324d627e
commit
2168fe8697
@ -1,5 +1,7 @@
|
||||
#!/bin/zsh
|
||||
|
||||
set -x
|
||||
|
||||
export max_print_line=1000
|
||||
export error_line=254
|
||||
export half_error_line=238
|
||||
@ -27,7 +29,6 @@ function make_pdf {
|
||||
#mkdir -p "$aux_outdir"
|
||||
|
||||
TEXINPUTS=$indir: pdflatex \
|
||||
-interaction=nonstopmode \
|
||||
-output-directory="$pdf_outdir" \
|
||||
"$infile"
|
||||
}
|
||||
@ -40,7 +41,6 @@ function make_packet {
|
||||
|
||||
mkdir -p "build/packets"
|
||||
pdflatex \
|
||||
-interaction=nonstopmode \
|
||||
-output-directory="build/packets" \
|
||||
"$1"
|
||||
}
|
||||
@ -48,4 +48,4 @@ function make_packet {
|
||||
setup_pdflatex
|
||||
#make_pdf "$1"
|
||||
|
||||
make_packet "packets/pha202203.tex"
|
||||
make_packet "packets/aircoustic202204.tex"
|
||||
|
14
packets/aircoustic202204.tex
Normal file
14
packets/aircoustic202204.tex
Normal file
@ -0,0 +1,14 @@
|
||||
\documentclass{article}
|
||||
\usepackage{grffile}
|
||||
\usepackage{pdfpages}
|
||||
\begin{document}
|
||||
\includepdf[pages=-]{build/pdf/R.E.M./Pop Song 89.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/Michael Franti & Spearhead/The Sound Of Sunshine.pdf}
|
||||
\includepdf[pages=-]{build/pdf/Michael Franti & Spearhead/The Sound Of Sunshine Capo III.pdf}
|
||||
\includepdf[pages=-]{build/pdf/Prince/Purple Rain.pdf}
|
||||
\includepdf[pages=-]{build/pdf/Prince/Purple Rain Capo III.pdf}
|
||||
\includepdf[pages=-]{build/pdf/The Lovin' Spoonful/Summer in the City.pdf}
|
||||
\includepdf[pages=-]{build/pdf/The Lovin' Spoonful/Summer in the City Capo III.pdf}
|
||||
\end{document}
|
@ -1,10 +1,10 @@
|
||||
\documentclass{skrul-leadsheet}
|
||||
\begin{document}
|
||||
\begin{song}[transpose-capo=true,transpose=0]{title={Heart Of Glass}, band={Blondie}, year={1978}, key={A}}
|
||||
\begin{song}[transpose-capo=true,transpose=5]{title={Heart Of Glass}, band={Blondie}, year={1978}, key={A}}
|
||||
|
||||
\begin{intro}
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{E} & |_{E} & |_{E} & |_{E} & | \\
|
||||
|_{E} & |_{E} & |_{E} & |_{E} & | \hspace{200pt} \instruction{_{E†} bass walk up _{E} _{E} _{F#} _{F#} _{G} _{G} _{G#} _{G#}} \\
|
||||
\end{tabular}
|
||||
\end{intro}
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
^{E}Once I had a love and it was di^{C#}vine, \space\space\space
|
||||
^{C#m}soon found out I was losing my ^{E}mind \\
|
||||
It ^{E}seemed like the real thing but I was so ^{C#}blind, \space\space\space
|
||||
^{C#m}mucho mistrust, love's gone be^{E}hind ^{E}
|
||||
^{C#m}mucho mistrust, love's gone be^{E}hind ^{E†}
|
||||
\end{verse}
|
||||
|
||||
\begin{chorus}
|
||||
@ -44,18 +44,18 @@ It's ^{F#}just no good, you ^{B}teasing like you do-hoo
|
||||
^{E}Once I had a love and it was a ^{C#}gas, \space\space\space
|
||||
^{C#m}soon turned out, had a heart of ^{E}glass \\
|
||||
^{E}Seemed like the real thing only to ^{C#}find, \space\space\space
|
||||
^{C#m}Mucho mistrust, love's gone be^{E}hind ^{E}
|
||||
^{C#m}Mucho mistrust, love's gone be^{E}hind ^{E†}
|
||||
\end{verse}
|
||||
|
||||
\begin{chorus}
|
||||
^{A}Lost inside, a^{A}dorable illusion and I ^{E}cannot hide, ^{E}I'm the one you're using \\
|
||||
Please don't ^{A} push me aside, ^{A}we could've made it cruising, yea-^{E}ah ^{E}
|
||||
Please don't ^{A} push me aside, ^{A}we could've made it cruising, yea-^{E}ah ^{E†}
|
||||
\end{chorus}
|
||||
|
||||
\begin{bridge}
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{A} & |_{A} \instruction{3 beats!} & |_{E} & |_{E} \instruction{3 beats!} & | \\
|
||||
|_{A} & |_{A} \instruction{3 beats!} & |_{E} & |_{E} & | \\
|
||||
|_{A} & |_{A} \instruction{3 beats!} & |_{E} & |_{E†} & | \\
|
||||
\end{tabular}
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
\documentclass{skrul-leadsheet}
|
||||
\begin{document}
|
||||
\begin{song}[transpose-capo=true]{title={Fire and Rain}, band={James Taylor}, year={1970}, key={C}, capo={3}}
|
||||
\begin{song}[transpose-capo=true]{title={Fire and Rain}, band={James Taylor}, year={1970}, key={F}, capo={3}}
|
||||
|
||||
\input{"Fire and Rain Body.tex"}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
\documentclass{skrul-leadsheet}
|
||||
\begin{document}
|
||||
\begin{song}[transpose-capo=true]{title={Fire and Rain}, band={James Taylor}, year={1970}, key={C}}
|
||||
\begin{song}[transpose-capo=true]{title={Fire and Rain}, band={James Taylor}, year={1970}, key={F}}
|
||||
|
||||
\input{"Fire and Rain Body.tex"}
|
||||
|
||||
|
@ -0,0 +1,75 @@
|
||||
\begin{intro}
|
||||
\instruction{spoken} ^{N.\symbol{67}.}One, two, ^{N.\symbol{67}.}three, uh-huh \\\\
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{A#} & |_{A#} & |_{A#} & |_{A#} & | \\
|
||||
|_{F} & |_{F} & |_{F} & |_{F} & | \\
|
||||
|_{D#} & |_{D#} & |_{Cm} & |_{Cm} & | \\
|
||||
|_{A#} & |_{A#} & |_{A#} & |_{A#} & | \\
|
||||
\end{tabular}
|
||||
\end{intro}
|
||||
|
||||
\begin{verse}
|
||||
I ^{A#}wake up in the morning at ^{A#}six o'clock \\
|
||||
They ^{A#}say there may be rain, but the ^{A#}sun is hot \\
|
||||
I ^{F}wish I had some time just to ^{F}kill today \\
|
||||
And I ^{F}wish I had a dime for every ^{F}bill I got to pay \\
|
||||
^{D#} Some days you ^{D#}lose, you win \\
|
||||
and the ^{Cm}water's as high as the ^{Cm}times you're in \\
|
||||
So I ^{A#}jump back in where I ^{A#}learned to swim \\
|
||||
Try to ^{Gm}keep my head above it the ^{Gm}best I can
|
||||
\end{verse}
|
||||
|
||||
\begin{prechorus}
|
||||
That's ^{D#}why, ^{D#}here I am, ^{D#} just ^{D#}waiting for this ^{A#}storm to ^{A#}pass me ^{Gm}by ^{Gm}
|
||||
\end{prechorus}
|
||||
|
||||
\begin{chorus}
|
||||
And that's the ^*{F}sooo ^{F}uuund of ^*{D#}sunshine ^{D#}, coming ^{A#}down ^{A#} ^{A#} ^{A#} \\
|
||||
And that's the ^*{F}sooo ^{F}uuund of ^*{D#}sunshine ^{D#}, coming ^{A#}down ^{A#} ^{A#} ^{A#} \\
|
||||
Aye, Aye, A^*{F}yee ^{F}eee ^{D#}Aye, Aye ^{D#} Aye ^{A#}Aye Aye Aye ^{A#}Aye \instruction{spoken} ^{N.\symbol{67}.}One, two, ^{N.\symbol{67}.}three, uh-huh
|
||||
\end{chorus}
|
||||
|
||||
\begin{verse}
|
||||
I ^{A#}saw my friend Bobby, he said ^{A#}'what's up man, \\
|
||||
You ^{A#}got a little work or a ^{A#}twenty to lend?' \\
|
||||
I ^{F}opened up my hand he said, 'I'm ^{F}glad to see, \\
|
||||
They can ^{F}take away my job but ^{F}not my friends
|
||||
\end{verse}
|
||||
|
||||
\begin{prechorus}
|
||||
You ^{D#}see, ^{D#}here I am, ^{Cm} just ^{Cm}waiting for this ^{A#}storm to ^{A#}pass me ^{Gm}by ^{Gm}
|
||||
\end{prechorus}
|
||||
|
||||
\begin{chorus}
|
||||
And that's the ^*{F}sooo ^{F}uuund of ^*{D#}sunshine ^{D#}, coming ^{A#}down ^{A#} ^{A#} ^{A#} \\
|
||||
And that's the ^*{F}sooo ^{F}uuund of ^*{D#}sunshine ^{D#}, coming ^{A#}down ^{A#} ^{A#} ^{A#}
|
||||
\end{chorus}
|
||||
|
||||
\begin{bridge}
|
||||
^{Gm} I want to go where the ^{Gm}summer never ends
|
||||
with my ^{A#}guitar on the beach there with ^{A#}all my friends \\
|
||||
The ^{Gm}sun so hot and the ^{Gm}waves in motion,
|
||||
and e^{A#}verything smells like ^{A#}suntan lotion, \\
|
||||
The ^{Gm}ocean, and the ^{Gm}girls so sweet,
|
||||
so ^{A#}kick off your shoes and re^{A#}lax your feet \\
|
||||
They ^{F}say that miracles are ^{F}never ceasing
|
||||
and ^{F}every single soul needs a ^{F}little releasing \\
|
||||
The ^{F}stereo bumpin' till the ^{F}sun goes down,
|
||||
and I ^{F}only want to hear that ^{F}sound \\
|
||||
\end{bridge}
|
||||
|
||||
\begin{chorus}
|
||||
And that's the ^*{Cm}sooo ^{Cm}uuund of ^*{D#}sunshine ^{D#}, coming ^{A#}down ^{A#} ^{A#} ^{A#} \\
|
||||
And that's the ^*{F}sooo ^{F}uuund of ^*{D#}sunshine ^{D#}, coming ^{A#}down ^{A#} ^{A#} ^{A#} \\
|
||||
\end{chorus}
|
||||
|
||||
\begin{outro}
|
||||
^{A#*}You're the one I^{N.\symbol{67}.} wanna be with, ^{N.\symbol{67}.} when the ^{N.\symbol{67}.}sun goes down \\
|
||||
^{A#*}You're the one I^{N.\symbol{67}.} wanna be with, ^{N.\symbol{67}.} when the ^{N.\symbol{67}.}sun goes down \\
|
||||
Singin' ^{D#}you're the one I ^{D#}wanna be with, ^{Cm} when the ^{Cm}sun goes down \\
|
||||
^{A#}You're the one I ^{A#}wanna be with, ^{Gm*} when the ^{N.\symbol{67}.}sun goes... \\
|
||||
|
||||
And that's the ^*{Cm}sooo ^{Cm}uuund of ^*{D#}sunshine ^{D#}, coming ^{A#}down ^{A#} ^{A#} ^{A#} \\
|
||||
And that's the ^*{F}sooo ^{F}uuund of ^*{D#}sunshine ^{D#}, coming ^{A#}down ^{A#} ^{A#} ^{A#} \\
|
||||
Aye, Aye, A^*{F}yee ^{F}eee (when the sun goes down) Aye, ^{D#}Aye ^{D#} (when the sun goes down) Aye ^{A#}Aye Aye Aye ^{A#} ^{A#} ^{A#} ^{A#*} \\
|
||||
\end{outro}
|
@ -0,0 +1,8 @@
|
||||
\documentclass{skrul-leadsheet}
|
||||
\begin{document}
|
||||
\begin{song}[transpose-capo=true]{title={The Sound Of Sunshine}, band={Michael Franti \& Spearhead}, year={2010}, key={A#}, capo={3}}
|
||||
|
||||
\input{"The Sound Of Sunshine Body.tex"}
|
||||
|
||||
\end{song}
|
||||
\end{document}
|
@ -0,0 +1,8 @@
|
||||
\documentclass{skrul-leadsheet}
|
||||
\begin{document}
|
||||
\begin{song}[transpose-capo=true]{title={The Sound Of Sunshine}, band={Michael Franti \& Spearhead}, year={2010}, key={A#}}
|
||||
|
||||
\input{"The Sound Of Sunshine Body.tex"}
|
||||
|
||||
\end{song}
|
||||
\end{document}
|
53
songs/Prince/Purple Rain Body.tex
Normal file
53
songs/Prince/Purple Rain Body.tex
Normal file
@ -0,0 +1,53 @@
|
||||
\setstretch{0.81}
|
||||
|
||||
\begin{intro}
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{A#} & |_{Gm} & |_{F} & |_{D#} & | \\
|
||||
\end{tabular}
|
||||
\end{intro}
|
||||
|
||||
\begin{verse}
|
||||
^{A#} I never meant to cause you any ^{Gm}sorrow \\
|
||||
^{F} I never meant to cause you any ^{D#}pain \\
|
||||
^{A#} I only want one time to see you ^{Gm}laughing \\
|
||||
I ^{F}only want to see you laughing ^{F}in the p^{-}urple ^{A#*}rain
|
||||
\end{verse}
|
||||
|
||||
\begin{chorus}
|
||||
^{N.\symbol{67}.} Purple rain, purple ^{D#}rain..... ^{D#} Purple rain, purple ^{A#}rain \\
|
||||
^{Gm} Purple rain, purple ^{F}rain ^{F} \\
|
||||
I ^{F}only want to see you bathing ^{F}in the p^{-}urple ^{A#*}rain
|
||||
\end{chorus}
|
||||
|
||||
\begin{verse}
|
||||
^{N.\symbol{67}.}I never wanted to be your-ah weekend ^{A#}lover ^{Gm} \\
|
||||
^{F} I only wanted to be some kind of ^{D#}friend, yea \\
|
||||
^{A#} Baby I could never steal you from ano^{Gm}ther \\
|
||||
^{F} \space\space\space\space It's such a shame our ^*{F}friendshi ^{-}p had to ^{A#*}end
|
||||
\end{verse}
|
||||
|
||||
\begin{chorus}
|
||||
^{N.\symbol{67}.} Purple rain, purple ^{D#}rain..... ^{D#} Purple rain, purple ^{A#}rain \\
|
||||
^{Gm} Purple rain, purple ^{F}rain ^{F} \\
|
||||
I ^{F}only want to see you underneath ^{F}the p^{-}urple ^{A#*}rain
|
||||
\end{chorus}
|
||||
|
||||
\begin{verse}
|
||||
^{N.\symbol{67}.}Honey I know I know I know times are ^{A#}changin' ^{Gm} \\
|
||||
^{F} It's time we all reach out for somethin' ^{D#}new, that means you too \\
|
||||
^{A#} You say you want a leader ^{Gm} But you can't seem to make up your mind \\
|
||||
I think you better ^{F}close it and let me guide you ^{F} to the ^{-}purple ^{A#*}rain
|
||||
\end{verse}
|
||||
|
||||
\begin{chorus}
|
||||
^{N.\symbol{67}.} Purple rain, purple ^{D#}rain, yeah \\
|
||||
^{D#} Purple rain, purple ^{A#}rain, woo! \textit{(if you know what I'm singin' about help me and come on raise your hand)} \\
|
||||
^{Gm} Purple rain, purple ^{F}rain ^{F} \\
|
||||
^{F} I only want to see you, only want to see you ^{F} in the p^{-}urple ^{A#*}rain \instruction{pause three beats}
|
||||
\end{chorus}
|
||||
|
||||
\begin{outro}
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{A#} & |_{Gm} & |_{F} & |_{D#} & | \instruction{Repeat over epic 4 minute Prince guitar solo, end on big _{A#}}
|
||||
\end{tabular}
|
||||
\end{outro}
|
9
songs/Prince/Purple Rain Capo III.tex
Normal file
9
songs/Prince/Purple Rain Capo III.tex
Normal file
@ -0,0 +1,9 @@
|
||||
\documentclass{skrul-leadsheet}
|
||||
\usepackage{setspace}
|
||||
\begin{document}
|
||||
\begin{song}[transpose-capo=true]{title={Purple Rain}, band={Prince}, year={1984}, key={Bb}, capo={3}}
|
||||
|
||||
\input{"Purple Rain Body.tex"}
|
||||
|
||||
\end{song}
|
||||
\end{document}
|
9
songs/Prince/Purple Rain.tex
Normal file
9
songs/Prince/Purple Rain.tex
Normal file
@ -0,0 +1,9 @@
|
||||
\documentclass{skrul-leadsheet}
|
||||
\usepackage{setspace}
|
||||
\begin{document}
|
||||
\begin{song}[transpose-capo=true]{title={Purple Rain}, band={Prince}, year={1984}, key={Bb}}
|
||||
|
||||
\input{"Purple Rain Body.tex"}
|
||||
|
||||
\end{song}
|
||||
\end{document}
|
103
songs/R.E.M./Pop Song 89.tex
Normal file
103
songs/R.E.M./Pop Song 89.tex
Normal file
@ -0,0 +1,103 @@
|
||||
\documentclass{skrul-leadsheet}
|
||||
\begin{document}
|
||||
\begin{song}[transpose-capo=true]{title={Pop Song 89}, band={R.E.M.}, year={1989}, key={A}}
|
||||
|
||||
\begin{intro}
|
||||
\begin{tabular}[t]{@{}lll}
|
||||
|_{A} - _{D} & |_{A} - _{D*}_{D*}_{D*} & | \\
|
||||
\end{tabular}
|
||||
\\
|
||||
\\
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{A} - _{D} & |_{A} - _{D} & | _{A} - _{D} & |_{A} - _{D} & | \instruction{Note with these _{A} - _{D} vamps you switch to the _{D} on the 2\&}
|
||||
\end{tabular}
|
||||
\end{intro}
|
||||
|
||||
\begin{verse}
|
||||
He^*{A}llo ^{-}, ^{D}I saw you, I ^{A}know ^{-}you, I ^{D}knew you,
|
||||
I ^{A}think ^{-}I can ^{D}remember your ^*{A}nam ^{-}e (^{D}name)
|
||||
\end{verse}
|
||||
\begin{interlude}
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{A} - _{D} & |_{A} - _{D} & |_{A} - _{D} & |_{A} - _{D} & | \\
|
||||
\end{tabular}
|
||||
\end{interlude}
|
||||
\begin{verse}
|
||||
He^{A}llo, I^{-}'m ^{D}sorry, I ^{A}lost ^*{-}my ^{D}self,
|
||||
I ^*{A}thin ^{-}k I ^{D}thought you were ^*{A}some ^{-}one ^{D}else
|
||||
\end{verse}
|
||||
|
||||
\begin{chorus}
|
||||
^{E} Should we t^{G}alk about the ^{D}weather? Hi, ^{B} hi, hi \\
|
||||
^{E} Should we t^{G}alk about the ^{D}government? Hi, ^{B*} ^{B*} ^{B*}hi, ^{B*}hi, ^{B*}hi ^{X*}
|
||||
\end{chorus}
|
||||
|
||||
\begin{interlude}
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{A} - _{D} & |_{A} - _{D} & |_{A} - _{D} & |_{A} - _{D} & | \\
|
||||
\end{tabular}
|
||||
\end{interlude}
|
||||
|
||||
\begin{verse}
|
||||
He^{A}llo, h^{-}ow ^{D}are you? I ^{A}know ^{-}you, I ^{D}knew you,
|
||||
I ^{A}think I ^{-}can ^{D}remember your ^*{A}nam ^{-}e, ^{D}name
|
||||
\end{verse}
|
||||
\begin{interlude}
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{A} - _{D} & |_{A} - _{D} & |_{A} - _{D} & |_{A} - _{D} & | \\
|
||||
\end{tabular}
|
||||
\end{interlude}
|
||||
\begin{verse}
|
||||
He^{A}llo, I^{-}'m ^{D}sorry, I ^{A}lost ^*{-}my ^{D}self,
|
||||
I ^*{A}thin ^{-}k I ^{D}thought you were ^*{A}some ^{-}one ^{D}else
|
||||
\end{verse}
|
||||
|
||||
\begin{chorus}
|
||||
^{E} Should we t^{G}alk about the ^{D}weather? Hi, ^{B} hi, hi \\
|
||||
^{E} Should we t^{G}alk about the ^{D}government? Hi, ^{(B)}hi, hi, hi
|
||||
\end{chorus}
|
||||
|
||||
\begin{solo}
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{B} & |_{B7} - _{B} & |_{E} & |_{E7} - _{E} & | \\
|
||||
|_{B} & |_{B7} - _{B} & |_{E} & |_{D*}_{D*}_{D*}_{D*}_{D*} & | \\
|
||||
\end{tabular}
|
||||
\end{solo}
|
||||
|
||||
\begin{interlude}
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{A} - _{D} & |_{A} - _{D} & |_{A} - _{D} & |_{A} - _{D} & | \\
|
||||
\end{tabular}
|
||||
\end{interlude}
|
||||
|
||||
\begin{verse}
|
||||
He^{A}llo ^{-}my ^{D}friend, are you ^*{A}visib ^{-}le to^{D}day?
|
||||
You ^{A}know ^{-}I never ^{D}knew that it could ^{A}be ^{-}so ^{D}strange (strange)
|
||||
\end{verse}
|
||||
|
||||
\begin{interlude}
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{A} - _{D} & |_{A} - _{D} & |_{A} - _{D} & |_{A} - _{D} & | \\
|
||||
\end{tabular}
|
||||
\end{interlude}
|
||||
|
||||
\begin{verse}
|
||||
He^{A}llo, I^{-}'m ^{D}sorry, I ^{A}lost ^*{-}my ^{D}self,
|
||||
I ^*{A}thin ^{-}k I ^{D}thought you were ^*{A}some ^{-}one ^{D}else
|
||||
\end{verse}
|
||||
|
||||
\begin{chorus}
|
||||
^{E} Should we t^{G}alk about the ^{D}weather? Hi, ^{B} hi, hi \\
|
||||
^{E} Should we t^{G}alk about the ^{D}government? Hi, ^{B*} ^{B*} ^{B*}hi, ^{B*}hi, ^{B*}hi ^{X*}
|
||||
\end{chorus}
|
||||
|
||||
\begin{outro}
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{A} - _{D} & |_{A} - _{D} & |_{A} - _{D} & |_{A} - _{D} & | \instruction{Repeat 3x with interspersed "Hi"s} \\
|
||||
|_{A} - _{D} & |_{A} - _{D} & |_{A} - _{D} & |_{A*}_{A*}_{A*}_{A*} & |
|
||||
\end{tabular}
|
||||
|
||||
\end{outro}
|
||||
|
||||
\end{song}
|
||||
\end{document}
|
@ -3,7 +3,7 @@
|
||||
\usepackage{graphicx}
|
||||
\usepackage[export]{adjustbox}
|
||||
|
||||
\newcommand{\clap}{\includegraphics[width=1em,valign=t,raise=-0.1em]{emoji/1F44F.png} \space\space }
|
||||
\newcommand{\xclap}{\includegraphics[width=1em,valign=t,raise=-0.1em]{emoji/1F44F.png} \space\space }
|
||||
|
||||
\begin{document}
|
||||
\begin{song}[transpose-capo=true]{title={The Wild Rover}, band={The Dubliners}, year={1964}, key={G}, meter={3/4}}
|
||||
@ -16,7 +16,7 @@ And I ^{G}never will ^{C}play the wild ^{D7}rover no ^{G}more
|
||||
\end{verse}
|
||||
|
||||
\begin{chorus}
|
||||
And it's ^{D7}no - ^{D7}nay - ^{D7}never, ^{D7}\clap \clap \clap \clap \\
|
||||
And it's ^{D7}no - ^{D7}nay - ^{D7}never, ^{D7}\xclap \xclap \xclap \xclap \\
|
||||
|
||||
^{G} No nay ^{G}never no ^{C}more ^{C} \\
|
||||
Will I ^*{G}pla ^{G}y the wild ^{C}rover, ^{C} \\
|
||||
|
74
songs/The Lovin' Spoonful/Summer in the City Body.tex
Normal file
74
songs/The Lovin' Spoonful/Summer in the City Body.tex
Normal file
@ -0,0 +1,74 @@
|
||||
\begin{interlude}
|
||||
\begin{tabular}[t]{@{}lllllll}
|
||||
|_{G#} & | _{G} - _{X} & |_{G#} & |_{G} - _{X} & |_{G#} & |_{G} - _{X} & | \hspace{20pt} \instruction{all chords are \textbf{two beats}} \\
|
||||
\end{tabular}
|
||||
\end{interlude}
|
||||
|
||||
\begin{verse}
|
||||
^{Cm} Hot town, ^{Cm/A#}summer in the city; b^{F/A}ack of my neck getting ^{G#}dirty ^{-}and ^{G}gritty \\
|
||||
^{Cm} Been down, ^{Cm/A#}isn't it a pity; ^{F/A}doesn't seem to be a ^{G#}shadow ^{-}in the ^{G}city \\
|
||||
^{G} All around, ^{G7}people looking half dead,
|
||||
^{Cm}walking on the sidewalk, ^{C7}hotter than a match head ^{C7}
|
||||
\end{verse}
|
||||
|
||||
\begin{chorus}
|
||||
^{F} But at night it's a ^{A#}different world \\
|
||||
^{F} Go out and ^{A#}find a girl \\
|
||||
^{F} Come-on come-on and d^{A#}ance all night \\
|
||||
^{F} Despite the heat it'll ^{A#}be alright \\
|
||||
And ^{Dm}babe, don't you ^{G}know it's a pity \\
|
||||
That the ^{Dm}days can't ^{G}be like the nights \\
|
||||
In the ^{Dm}summer, in the ^{G}city \\
|
||||
In the ^{Dm}summer, in the ^{G}city
|
||||
\end{chorus}
|
||||
|
||||
\begin{verse}
|
||||
^{Cm} Cool town, ^{Cm/A#}evening in the city; ^{F/A}Dressing so fine and ^*{G#}lookin ^{-}g so ^{G}pretty \\
|
||||
^{Cm} Cool cat, ^{Cm/A#}looking for a ^{F/A}kitty; Gonna look in every ^{G#}corner ^{-}of the ^{G}city \\
|
||||
^{G} Till I'm whe^{G7}ezing like a bus stop,
|
||||
^{Cm}running up the stairs, gonna ^{C7}meet you on the rooftop ^{C7}
|
||||
\end{verse}
|
||||
|
||||
\begin{chorus}
|
||||
\instruction{Repeat Chorus}
|
||||
\end{chorus}
|
||||
|
||||
\begin{solo}
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{Cm} & |_{Cm} & |_{G#} & |_{G#} & | \instruction{mostly just the Solo Riff} \\
|
||||
|_{Cm} & |_{Cm} & |_{G#} & |_{G#} & | \\
|
||||
| \halfrest & | \halfrest & | \\
|
||||
\end{tabular}
|
||||
\end{solo}
|
||||
|
||||
\begin{interlude}
|
||||
\begin{tabular}[t]{@{}lllll}
|
||||
|_{Cm} & | _{Cm/A#} & |_{F/A} & | _{G#} - _{G} & | \instruction{Repeat 2x} \\
|
||||
\end{tabular}
|
||||
\end{interlude}
|
||||
|
||||
\begin{chorus}
|
||||
\instruction{Repeat Verse 1}
|
||||
\end{chorus}
|
||||
\begin{chorus}
|
||||
\instruction{Repeat Chorus}
|
||||
\end{chorus}
|
||||
|
||||
\begin{solo}
|
||||
\instruction{Repeat Solo}
|
||||
\end{solo}
|
||||
|
||||
\begin{outro}
|
||||
\begin{tabular}[t]{@{}llllll}
|
||||
|_{Cm} & | _{Cm/A#} & |_{F/A} & | _{G#} - _{G} & | \instruction{Repeat 4x, end on _{Cm*}} \\
|
||||
\end{tabular}
|
||||
\end{outro}
|
||||
\itemize
|
||||
\item[Solo Riff:]
|
||||
\textit{(not relative to capo)}
|
||||
\begin{lstlisting}
|
||||
D -5-3---3-5-3---3-|-6-3---3-6-3---3-|-5-3---3-5-3---3-|-6-3---3-6-3---4-|
|
||||
A -----6-------6---|-----6-------6---|-----6-------6---|-----6-------6---|
|
||||
\end{lstlisting}
|
||||
\enditemize
|
||||
|
@ -0,0 +1,9 @@
|
||||
\documentclass{skrul-leadsheet}
|
||||
\usepackage{listings}
|
||||
\begin{document}
|
||||
\begin{song}[transpose-capo=true]{title={Summer in the City}, band={The Lovin' Spoonful}, year={1966}, key={Cm}, capo={3}}
|
||||
|
||||
\input{"Summer in the City Body.tex"}
|
||||
|
||||
\end{song}
|
||||
\end{document}
|
8
songs/The Lovin' Spoonful/Summer in the City.tex
Normal file
8
songs/The Lovin' Spoonful/Summer in the City.tex
Normal file
@ -0,0 +1,8 @@
|
||||
\documentclass{skrul-leadsheet}
|
||||
\begin{document}
|
||||
\begin{song}[transpose-capo=true]{title={Summer in the City}, band={The Lovin' Spoonful}, year={1966}, key={Cm}}
|
||||
|
||||
\input{"Summer in the City Body.tex"}
|
||||
|
||||
\end{song}
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user