This commit is contained in:
Steve Krulewitz 2019-11-21 10:41:40 -08:00
parent 852a0be93b
commit 67a55b73fe
4 changed files with 63 additions and 6 deletions

View File

@ -46,4 +46,5 @@ setup_pdflatex
#make_packet "packets/aircoustic201909.tex" #make_packet "packets/aircoustic201909.tex"
#make_packet "packets/pha201910.tex" #make_packet "packets/pha201910.tex"
make_packet "packets/aircoustic201910.tex" #make_packet "packets/aircoustic201910.tex"
make_packet "packets/pha201911.tex"

11
packets/pha201911.tex Normal file
View File

@ -0,0 +1,11 @@
\documentclass{article}
\usepackage{grffile}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=-]{build/pdf/Elton John/Rocket Man.pdf}
\includepdf[pages=-]{build/pdf/Elton John/Rocket Man Capo III.pdf}
\includepdf[pages=-]{build/pdf/David Bowie/Ziggy Stardust.pdf}
\includepdf[pages=-]{build/pdf/Pink Floyd/Breathe Time.pdf}
\includepdf[pages=-]{build/pdf/The Beatles/Don't Let Me Down.pdf}
\includepdf[pages=-]{California Dreamin' - The Mamas & the Papas (1965).pdf}
\end{document}

View File

@ -49,16 +49,12 @@
^{Bm7}No one told you when to run ... ^{E} You missed the starting gun ^{Bm7}No one told you when to run ... ^{E} You missed the starting gun
\end{chorus} \end{chorus}
\begin{solo}
\instruction{Verse and Chorus chords}
\end{solo}
\newpage \newpage
\begin{verse} \begin{verse}
And you ^{F#m}run and you run to catch up with the Sun, but it's ^{A}sinking; \\ And you ^{F#m}run and you run to catch up with the Sun, but it's ^{A}sinking; \\
^{E}Racing around to come up behind you a^{F#m}gain. \\ ^{E}Racing around to come up behind you a^{F#m}gain. \\
The ^{F#m}Sun is the same in a relative way, but you're ^{A}older, \\ The ^{F#m}sun is the same in a relative way, but you're ^{A}older, \\
^{E}shorter of breath, and one day closer to ^{F#m}death. ^{E}shorter of breath, and one day closer to ^{F#m}death.
\end{verse} \end{verse}

View File

@ -0,0 +1,49 @@
\documentclass{skrul-leadsheet}
\begin{document}
\begin{song}[transpose-capo=true]{title={Don't Let Me Down}, band={The Beatles}, year={1969}, key={E}}
\newcommand{\dontletmedown}{%
\begin{chorus}
^{E}Don't let me ^{F#m}down ^{F#m7} ^{Amaj7}Don't let me ^{E}down ^{Esus4} ^{E} \\
^{E}Don't let me ^{F#m}down ^{F#m7} ^{Amaj7}Don't let me ^{E}down ^{Esus4} ^{E}
\end{chorus}%
}
\begin{intro}
\begin{tabular}[t]{@{}llll}
|_{E} & | _{Esus4} & |_{E} & |
\end{tabular}
\end{intro}
\dontletmedown
\begin{verse}
^{N.C.}Nobody ever loved me like she ^{F#m7}does, oh she ^{F#m}does, yes she ^{E}does ^{Esus4} ^{E} \\
^{N.C. }And if somebody loved me like she ^{F#m7}do me, oh she ^{F#m}do me, yes she ^{E}does ^{Esus4} ^{E}
\end{verse}
\dontletmedown
\begin{bridge}
I'm in love for the ^{E}first time, don't you know it's gonna ^{B}last. \\
It's a love that lasts for^{B7}ever, it's a love that had no ^{E}past ^{Esus4} ^{E}
\end{bridge}
\dontletmedown
\begin{verse}
^{N.C.}And from the first time that she really ^{F#m7}done me, oh she ^{F#m}done me, she done me ^{E}good ^{Esus4} ^{E} \\
^{N.C.}I guess nobody ever really ^{F#m7}done me, oh she ^{F#m}done me, she done me ^{E}good ^{Esus4} ^{E}
\end{verse}
\dontletmedown
\begin{outro}
\begin{tabular}[t]{@{}lllllll}
|_{E} & | _{F#m} & |_{F#m7} & | _{Amaj7} & | _{E} & | _{Esus4} _{E} & | \space\space\space \instruction{Repeat 2x}
\end{tabular}
\end{outro}
\end{song}
\end{document}