diff --git a/bin/build.sh b/bin/build.sh index 20d2329..ec5703e 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -48,4 +48,4 @@ function make_packet { setup_pdflatex #make_pdf "$1" -make_packet "packets/aircoustic202012.tex" +make_packet "packets/pha202012.tex" diff --git a/packets/pha202012.tex b/packets/pha202012.tex new file mode 100644 index 0000000..0bf77e7 --- /dev/null +++ b/packets/pha202012.tex @@ -0,0 +1,7 @@ +\documentclass{article} +\usepackage{grffile} +\usepackage{pdfpages} +\begin{document} +\includepdf[pages=-]{build/pdf/Counting Crows/A Long December.pdf} +\includepdf[pages=-]{build/pdf/Counting Crows/A Long December Capo III.pdf} +\end{document} diff --git a/songs/Counting Crows/A Long December Body.tex b/songs/Counting Crows/A Long December Body.tex new file mode 100644 index 0000000..fd611de --- /dev/null +++ b/songs/Counting Crows/A Long December Body.tex @@ -0,0 +1,67 @@ +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{F} _{A#} & |_{Gm} _{A#} & |_{F} _{A#} & |_{Gm} _{Gm} & | \\ +\end{tabular} +\end{intro} + +\begin{verse} +^{A#} A long De^{F}cember and there's ^{C}reason to beli^{Gm}eve, +maybe ^{A#}this year will be ^{F} better than the l^{A#}ast ^{A#} \\ +^{Gm} I can't reme^{A#}mber the last ^{F} thing that you said ^{C} +as you were ^{Gm}leavin', now the ^{F}days go by so ^{A#}fast ^{A#} +\end{verse} + +\begin{chorus} +\begin{tabbing} +And it's ^{F}one more day up ^{A#}in the can^{Gm}yons ^{Gm} \\ +And it's ^{F}one more night in ^{A#}Hollywood ^{Gm} ^{Gm} \\ +\textbf{1.} If you \hspace{30pt} \=^{F}think that I could \hspace{35pt} \=^{A#}be forgiv^{Gm}en... ^{Gm*} \= I wish you \space \=^{F}would \\ +\textbf{2.} If you think \>you might come to \>California... \>I think you \>should \\ +\textbf{3.} It's been \>so long since I've \>seen the ocean... \>I guess I \>should \\ +Na na ^{A#}naaa na \space na^{Gm}aa na na \space na ^{A#}na \space na na \space na ^{F}naaa \\ +Na na ^{A#}naaa na \space ^{Gm}yeah ^{Gm} +\end{tabbing} +\end{chorus} + +\begin{verse} +^{A#} The smell of ^{F}hospitals in winter ^{C} +and the ^{Gm}feeling that it's ^{A#}all a lot of ^{F}oysters, but no ^{A#}pearls ^{A#} \\ +^{Gm} All at ^{A#}once you look ac^{F}ross a crowded ^{C}room +to see the ^{Gm}way that light a^{F}ttaches to a ^{A#}girl ^{A#} +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{solo} +\begin{tabular}[t]{@{}lllll} +|_{F} _{A#} & |_{Gm} _{A#} & |_{F} _{A#} & |_{Gm} _{Gm} & | \\ +\end{tabular} +\end{solo} + +\begin{verse} +^{A#} Drove up to the ^{F}Hillside Manor ^{C}sometime after ^{Gm}two a.m. +and ^{A#}talked a little ^{F}while about the ^{A#}year ^{A#} \\ +^{Gm} I guess the ^{A#}winter makes you l^{F}augh a little s^{C}lower, +makes you ^{Gm}talk a little ^{F}lower about +the ^{A#}things you could not ^{A#}show her, and it's been a... +\end{verse} + +\begin{verse} +^{A#} Long De^{F}cember and there's ^{C}reason to bel^{Gm}ieve, +maybe ^{A#}this year will be ^{F}better than the ^{A#}last ^{A#} \\ +^{Gm} I can't reme^{A#}mber all the t^{F}imes I tried to t^{C}ell myself +to h^{Gm}old on to these ^{F}moments as they ^{A#}pass ^{A#} +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{outro} +^{F} Na na ^{A#}naaa na \space na^{Gm}aa na na \space na ^{A#}na \space na na \space na ^{F}naaa \\ +Na na ^{A#}naaa na \space ^{Gm}yeah ^{Gm} \instruction{Repeat na na nas 4x} + +^{Gm}Yeah.... ^{Gm} \hspace{30pt} ^{Gm}Yeah.... ^{Gm} \hspace{30pt} ^{Gm*}Yeah.... +\end{outro} diff --git a/songs/Counting Crows/A Long December Capo III.tex b/songs/Counting Crows/A Long December Capo III.tex new file mode 100644 index 0000000..b1f383e --- /dev/null +++ b/songs/Counting Crows/A Long December Capo III.tex @@ -0,0 +1,8 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}[transpose-capo=true]{title={A Long December}, band={Counting Crows}, year={1996}, key={F}, capo={3}} + +\input{"A Long December Body.tex"} + +\end{song} +\end{document} diff --git a/songs/Counting Crows/A Long December.tex b/songs/Counting Crows/A Long December.tex new file mode 100644 index 0000000..68e93d9 --- /dev/null +++ b/songs/Counting Crows/A Long December.tex @@ -0,0 +1,8 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}[transpose-capo=true]{title={A Long December}, band={Counting Crows}, year={1996}, key={F}} + +\input{"A Long December Body.tex"} + +\end{song} +\end{document}