From 8eb4022c1de0536a3d0e05ad8136eff89c389c99 Mon Sep 17 00:00:00 2001 From: Steve Krulewitz Date: Thu, 28 Nov 2019 20:38:44 -0800 Subject: [PATCH] holiday songs --- packets/pha201911.tex | 2 +- songs/Neil Young/Winterlong.tex | 63 +++++++++++++++++++ .../Silver Bells.tex | 46 ++++++++++++++ songs/The Beatles/Don't Let Me Down.tex | 15 +++-- 4 files changed, 117 insertions(+), 9 deletions(-) create mode 100644 songs/Neil Young/Winterlong.tex create mode 100644 songs/Southern Culture on the Skids/Silver Bells.tex diff --git a/packets/pha201911.tex b/packets/pha201911.tex index da1a2de..7bf52bd 100644 --- a/packets/pha201911.tex +++ b/packets/pha201911.tex @@ -6,6 +6,6 @@ \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} +\includepdf[pages=-]{build/pdf/The Beatles/Don't Let Me Down.pdf} \end{document} diff --git a/songs/Neil Young/Winterlong.tex b/songs/Neil Young/Winterlong.tex new file mode 100644 index 0000000..c1d9f0b --- /dev/null +++ b/songs/Neil Young/Winterlong.tex @@ -0,0 +1,63 @@ +\documentclass{skrul-leadsheet} + +\begin{document} +\begin{song}[transpose-capo=true]{title={Winterlong}, band={Neil Young}, year={1977}, key={C}} + +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{C} & |_{C} & | _{Am} & |_{Am} & | \\ +|_{F} & |_{G} & | _{F} - _{C} & | [Riff] & | +\end{tabular} +\end{intro} + +\begin{verse} +^{C} I waited for you, Winter^{Am}long \\ +You seem to be where I be^{F}long \\ +It's all i^{G}llusion any ^{F}way ^{C} ^{Riff} +\end{verse} + +\begin{verse} +^{C} If things should ever turn out ^{Am}wrong \\ +And all the love we have is ^{F}gone \\ +It won't be ^{G}easy on that ^{F}day ^{C} ^{Riff} +\end{verse} + +\begin{chorus} +^{F} Waiting to ^{E7}follow \\ +Through the ^{Am}dreamlight ^{Am/G} of your ^{F}way \\ +^{F} Is not so ^{E7}easy for me ^{A}now ^{A} +\end{chorus} + +\begin{bridge} +^{D} Half the time has passed away, \\ +^{Bm} Things we thought of ^{G}yesterday \\ +^{G} Come back now, ^{A} come back now, ^{D}oh, oh, ^{Riff} +\end{bridge} + +\begin{solo} +\begin{tabular}[t]{@{}lllll} +|_{C} & |_{C} & | _{Am} & |_{Am} & | \\ +|_{F} & |_{G} & | _{F} - _{C} & | [Riff] & | \\ +|_{C} & |_{C} - _{G} - _{C} & | _{C} - _{G} & | _{(F)} & | \\ +\end{tabular} +\end{solo} + +\begin{chorus} +^{F} Waiting to ^{E7}follow \\ +Through the ^{Am}dreamlight ^{Am/G} of your ^{F}way \\ +^{F} Is not so ^{E7}easy for me ^{A}now ^{A} +\end{chorus} + +\begin{bridge} +^{D} Half the time has passed away, \\ +^{Bm} Things we thought of ^{G}yesterday \\ +^{G} Come back now, ^{A} come back now, ^{D}oh, oh, ^{Riff} +\end{bridge} + +\begin{verse} +^{C} I waited for you Winterlong; \\ +^{F} (You seem to ^{G}be where I belong). \instruction{Repeat and fade} +\end{verse} + +\end{song} +\end{document} diff --git a/songs/Southern Culture on the Skids/Silver Bells.tex b/songs/Southern Culture on the Skids/Silver Bells.tex new file mode 100644 index 0000000..9dec3b2 --- /dev/null +++ b/songs/Southern Culture on the Skids/Silver Bells.tex @@ -0,0 +1,46 @@ +\documentclass{skrul-leadsheet} + +\begin{document} +\begin{song}[transpose-capo=true]{title={Silver Bells}, band={Southern Culture on the Skids}, year={2015}, key={A}} + +\begin{verse} +City ^{A}sidewalks, busy sidewalks, dressed in ^{D}holiday style \\ +In the ^{E}air there's a feeling of ^{A}Christmas \\ +Children ^{A}laughing, people passing, meeting ^{D}smile after smile \\ +And on ^{E}every street corner you ^{A}hear +\end{verse} + +\begin{chorus} +Silver ^{A}bells, oh silver ^{D}bells \\ +It's Christmas time in the ^{E}city \\ +I said ^{A}ring-a-ling, \\ +Can't you ^{D}hear them ring, \\ +^{E}Soon it will be Christmas ^{A}day +\end{chorus} + +\begin{solo} +\begin{tabular}[t]{@{}lllll} +|_{A} & |_{A} & | _{D} & | _{D} & | \\ +|_{E} & |_{E} & | _{A} & | _{A} & | +\end{tabular} +\end{solo} + +\begin{verse} +Strings of ^{A}street lights, even stoplights, blink of ^{D}bright red and green \\ +As the ^{E}shoppers rush home with their ^{A}presents \\ +Hear the ^{A}snow crunch, see the kids bunch, this is ^{D}Santa's big scene \\ +And ^{E}above all the bustle you'll ^{A}hear +\end{verse} + +\begin{chorus} +Silver ^{A}bells, oh silver ^{D}bells \\ +It's Christmas time in the ^{E}city \\ +^{A}Ring-a-ling, \\ +Oh can't you ^{D}hear them ring, \\ +Soon it will be Christmas ^{A}day \\ +^{D}Soon it will be Christmas ^{A}day \\ +Woah and ^{D}soon it will be Christmas ^{A}day \\ +\end{chorus} + +\end{song} +\end{document} diff --git a/songs/The Beatles/Don't Let Me Down.tex b/songs/The Beatles/Don't Let Me Down.tex index a89e258..c7989b0 100644 --- a/songs/The Beatles/Don't Let Me Down.tex +++ b/songs/The Beatles/Don't Let Me Down.tex @@ -5,8 +5,8 @@ \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} +^{E}Don't let me ^{F#m}down ^{F#m7} ^{Amaj7/B}Don't let me ^{E}down ^{Esus4} ^{E} \\ +^{E}Don't let me ^{F#m}down ^{F#m7} ^{Amaj7/B}Don't let me ^{E}down ^{Esus4} ^{E} \end{chorus}% } @@ -19,14 +19,14 @@ \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} +^{N.C.}Nobody ever loved me like she ^{F#m7}does, oh she ^{F#m}does, yeah she ^{E}does ^{Esus4} ^{E} \\ +^{N.C. }And if somebody loved me like she ^{F#m7}does, oh she ^{F#m}does, 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. \\ +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} @@ -40,9 +40,8 @@ It's a love that lasts for^{B7}ever, it's a love that had no ^{E}past ^{Esus4} \dontletmedown \begin{outro} -\begin{tabular}[t]{@{}lllllll} -|_{E} & | _{F#m} & |_{F#m7} & | _{Amaj7} & | _{E} & | _{Esus4} _{E} & | \space\space\space \instruction{Repeat 2x} -\end{tabular} +^{E}Heeee ^{F#m}heeee ^{F#m7} ^{Amaj7/B}Heeee ^{E}heeee ^{Esus4} ^{E} \\ +^{E}Heeee ^{F#m}heeee ^{F#m7} ^{Amaj7/B}Heeee ^{E}heeee ^{Esus4} ^{E} \end{outro} \end{song}