From e6505591f54d5866633a7a08227b81d08a3de729 Mon Sep 17 00:00:00 2001 From: Steve Krulewitz Date: Fri, 12 Nov 2021 12:20:10 -0800 Subject: [PATCH] november --- bin/build.sh | 2 +- packets/aircoustic202111.tex | 10 ++ packets/pha202110.tex | 11 ++ songs/Bruce Springsteen/I'm On Fire.tex | 59 ++++++++ songs/Daryl Hall and John Oates/Rich Girl.tex | 50 ++++++ songs/George Michael/Careless Whisper.tex | 80 ++++++++++ songs/Green Day/Brain Stew.tex | 64 ++++++++ songs/Men Without Hats/The Safety Dance.tex | 6 +- songs/Parquet Courts/Tenderness.tex | 64 ++++++++ .../Love the One You're With.tex | 58 +++++++ songs/The Decemberists/Sons & Daughters.tex | 142 ++++++++++++++++++ songs/The Velvet Underground/Rock & Roll.tex | 93 ++++++++++++ 12 files changed, 635 insertions(+), 4 deletions(-) create mode 100644 packets/aircoustic202111.tex create mode 100644 packets/pha202110.tex create mode 100644 songs/Bruce Springsteen/I'm On Fire.tex create mode 100644 songs/Daryl Hall and John Oates/Rich Girl.tex create mode 100644 songs/George Michael/Careless Whisper.tex create mode 100644 songs/Green Day/Brain Stew.tex create mode 100644 songs/Parquet Courts/Tenderness.tex create mode 100644 songs/Stephen Stills/Love the One You're With.tex create mode 100644 songs/The Decemberists/Sons & Daughters.tex create mode 100644 songs/The Velvet Underground/Rock & Roll.tex diff --git a/bin/build.sh b/bin/build.sh index 7b3f2d7..8a4ce9c 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -48,4 +48,4 @@ function make_packet { setup_pdflatex #make_pdf "$1" -make_packet "packets/aircoustic202110.tex" +make_packet "packets/aircoustic202111.tex" diff --git a/packets/aircoustic202111.tex b/packets/aircoustic202111.tex new file mode 100644 index 0000000..08ecf57 --- /dev/null +++ b/packets/aircoustic202111.tex @@ -0,0 +1,10 @@ +\documentclass{article} +\usepackage{grffile} +\usepackage{pdfpages} +\begin{document} +\includepdf[pages=-]{build/pdf/Parquet Courts/Tenderness.pdf} +\includepdf[pages=-]{build/pdf/Bruce Springsteen/I'm On Fire.pdf} +\includepdf[pages=-]{build/pdf/Green Day/Brain Stew.pdf} +\includepdf[pages=-]{build/pdf/The Decemberists/Sons \& Daughters.pdf} +\includepdf[pages=-]{build/pdf/The Velvet Underground/Rock \& Roll.pdf} +\end{document} diff --git a/packets/pha202110.tex b/packets/pha202110.tex new file mode 100644 index 0000000..916c33b --- /dev/null +++ b/packets/pha202110.tex @@ -0,0 +1,11 @@ +\documentclass{article} +\usepackage{grffile} +\usepackage{pdfpages} +\begin{document} +\includepdf[pages=-]{build/pdf/Johnny Cash/Five Feet High and Rising.pdf} +\includepdf[pages=-]{build/pdf/Johnny Cash/Five Feet High and Rising Capo I.pdf} +\includepdf[pages=-]{build/pdf/Daryl Hall and John Oates/Rich Girl.pdf} +\includepdf[pages=-]{build/pdf/George Jones/The Race Is On.pdf} +\includepdf[pages=-]{build/pdf/Men Without Hats/The Safety Dance.pdf} +\includepdf[pages=-]{build/pdf/George Michael/Careless Whisper.pdf} +\end{document} diff --git a/songs/Bruce Springsteen/I'm On Fire.tex b/songs/Bruce Springsteen/I'm On Fire.tex new file mode 100644 index 0000000..63322ff --- /dev/null +++ b/songs/Bruce Springsteen/I'm On Fire.tex @@ -0,0 +1,59 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}[transpose-capo=true]{title={I'm On Fire}, band={Bruce Springsteen}, year={1984}, key={E}} + +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{E} & |_{E} & |_{C#m} & |_{C#m} & | \instruction{Repeat 2x} \\ +\end{tabular} +\end{intro} + +\begin{verse} +^{E}Hey, little girl is your daddy home? Did he ^{E}go away and leave you all alone? \\ +Mmn^{A}hmm, I got a bad de^{C#m}sire +\end{verse} + +\begin{chorus} +^{A}Oh, ^{-}oh, ^{B}oh I'm on ^{E}fire +\end{chorus} + +\begin{verse} +^{E}Tell me now baby is he good to you? And can he ^{E}do to you the things that I do? \\ +Oh ^{A}no, I can take you ^{C#m}higher +\end{verse} + +\begin{chorus} +^{A}Oh, ^{-}oh, ^{B}oh I'm on ^{E}fire +\end{chorus} + +\begin{interlude} +\begin{tabular}[t]{@{}lllll} +|_{C#m} & |_{C#m} & |_{E} & |_{E} & | \instruction{Repeat 2x} \\ +\end{tabular} +\end{interlude} + +\begin{bridge} +Sometimes it's like ^{A}someone took a knife baby, edgy and dull, \\ +and cut a ^{.E}six inch valley through the ^{C#m}middle of my skull ^{C#m} +\end{bridge} + +\begin{verse} +At ^{E}night I wake up with the sheets soakin' wet, and a ^{E}freight train runnin' through the middle of my head \\ +Only ^{A}you, can cool my de^{C#m}sire +\end{verse} + +\begin{chorus} +^{A}Oh, ^{-}oh, ^{B}oh I'm on ^{E}fire \\ +^{A}Oh, ^{-}oh, ^{B}oh I'm on ^{E}fire \\ +^{A}Oh, ^{-}oh, ^{B}oh I'm on ^{E}fire +\end{chorus} + +\begin{outro} +^{C#m} ^{C#m} Hoo ^{E}hoo hoo ^{E} \\ +Hoo ^*{C#m}hooooo ^{C#m}oo hoo, hoo-oo ^{E}hoo hoo... ^{E} \\ +Hoo-oo ^{C#m}hooooo ^{C#m} hoo-oo ^{E}hoo hoo... ^{E*} + +\end{outro} + +\end{song} +\end{document} \ No newline at end of file diff --git a/songs/Daryl Hall and John Oates/Rich Girl.tex b/songs/Daryl Hall and John Oates/Rich Girl.tex new file mode 100644 index 0000000..150ceca --- /dev/null +++ b/songs/Daryl Hall and John Oates/Rich Girl.tex @@ -0,0 +1,50 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}[transpose-capo=true]{title={Rich Girl}, band={Daryl Hall \& John Oates}, year={1977}, key={}} + +\begin{chorus} +You're a ^{F}rich girl and you've ^{Am7}gone too far, 'cause you ^{Dm7}know it don't matter any^{F/C}way \\ +^{Bb}You can rely on the ^{F/A}old man's money, ^{Gm7}you can rely on the ol^{Bb/C}d man's money \\ + +It's a ^{F}bitch girl but it's ^{Am7}gone too far, 'cause you ^{Dm7}know it don't matter any^{F/C}way \\ +^{Bb} Say money but it ^{F/A}won't get you too far, ^{Gm7}get you too far +\end{chorus} + +\begin{interlude} +\instruction{Drone on _{F} for two bars} +\end{interlude} + +\begin{verse} +And ^{Gm7*}don't ^{Am7*}you ^{Bbmaj7}know, don't you ^{Gm7}know, that it's ^{F/C}wrong to ^{Gm7*}take what he's ^{Am7*}givin' ^{Dm7*}you \\ +^{Gm7*}So ^{Am7*}far ^{Bbmaj7}gone, on your ^{Gm7}own, you can ^{Gm7}get along if you try to be strong, but you'll ^{Bb/C}never be strong +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{verse} +^{Gm7*}High ^{Am7*}and ^{Bbmaj7*}dry, out of the ^{Gm7}rain \\ +It's so ^{F/C}easy to hurt ^{Gm7*}others when you ^{Am7*}can't feel ^{Dm7*}pain \\ +And ^{Gm7*}don't ^{Am7*}you ^{Bbmaj7*}know that a love ^{Gm7}can't grow \\ +'Cause there's ^{Gm7}too much to give, 'cause you'd rather live for the ^{Bb/C}thrill of it all oh +\end{verse} + +\begin{outro} +You're a ^{F}rich girl and you've ^{Am7}gone too far, 'cause you ^{Dm7}know it don't matter any^{F/C}way \\ +^{Bb}You can rely on the ^{F/A}old man's money, ^{Gm7}you can rely on the ol^{Bb/C}d man's money \\ + +It's a ^{F}bitch girl but it's ^{Am7}gone too far, 'cause you ^{Dm7}know it don't matter any^{F/C}way \\ +^{Bb} Say money but it ^{F/A}won't get you too far, \\ +^{Bb} Say money but it ^{Dm7*}won't get you ^{F/C*}too far, \\ +^{Bb} Say money but it ^{F/A}won't get you too far, ^{Gm7}get you too far ^{F*} \\ +And you say ^{Bb}you can rely on the ^{F/A}old man's money, ^{Gm7}you can rely on the ol^{Bb/C}d man's money \\ +You're a ^{F}rich girl, a r^{Am7}ich girl, ^{Dm7}ahh you're a ^{F/C}rich rich girl \\ +^{Bb} Say money but it ^{F/A}won't get you too far, \\ +^{Bb} Say money but it ^{Dm7*}won't get you ^{F/C*}too far, \\ +^{Bb} Say money but it ^{F/A}won't get you too far, ^{Gm7}get you too far ^{F*} \\ +\end{outro} + + +\end{song} +\end{document} \ No newline at end of file diff --git a/songs/George Michael/Careless Whisper.tex b/songs/George Michael/Careless Whisper.tex new file mode 100644 index 0000000..4368aba --- /dev/null +++ b/songs/George Michael/Careless Whisper.tex @@ -0,0 +1,80 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}[transpose-capo=true]{title={Careless Whisper}, band={George Michael}, year={1984}, key={Dm}} + +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{Dm7} & |_{Gm7} & |_{Bbmaj7} & |_{Am7} & | \instruction{Repeat 2x} \\ +\end{tabular} +\end{intro} + +\begin{verse} +^{Dm7}I feel so un^{Gm7}sure \\ +As I ^{Bbmaj7}take your hand and lead you ^{Am7}to the dance floor \\ +^{Dm7} As the music dies ^{Gm7} Something in your eyes \\ +^{Bbmaj7}Calls to mind a silver screen, +and ^{Am7}all its sad goodbyes +\end{verse} + +\begin{chorus} +^{Dm7} I'm never gonna dance again, +^{Gm7}guilty feet have got no rhythm \\ +^{Bbmaj7} Though it's easy to pretend, +I ^{Am7}know you're not a fool \\ +^{Dm7}Should've known better than to cheat a friend, +and ^{Gm7}waste the chance that I've been given \\ +^{Bbmaj7} So, I'm never gonna dance again, the ^{Am7}way I danced with you - oo - oo +\end{chorus} + +\begin{interlude} +^{Dm7} ohh ^{Gm7}oh ^{Bbmaj7} ^{Am7} +\end{interlude} + +\begin{verse} +^{Dm7}Time can never ^{Gm7}mend \\ +The ^{Bbmaj7}careless whispers ^{Am7}of a good friend \\ +^{Dm7} To the heart and mind, ^{Gm7} ignorance is kind \\ +^{Bbmaj7}There's no comfort in the truth, ^{Am7}pain is all you'll find +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{solo} +\begin{tabular}[t]{@{}lllll} +|_{Dm7} & |_{Gm7} & |_{Bbmaj7} & |_{Am7} & | \\ +\multicolumn{5}{l}{\hspace{55pt}(Never without your love)} \\ +|_{Dm7} & |_{Gm7} & |_{Bbmaj7} & |_{Am7} & | +\end{tabular} +\end{solo} + +\begin{bridge} +To^{Dm7}night, the music seems so loud, I ^{Gm7}wish that we could lose this crowd \\ +^{Bbmaj7}Maybe it's better this way, we'd ^{Am7}hurt each other with the things we'd want to say \\ +We ^{Dm7}could have been so good together, we ^{Gm7}could have lived this dance forever \\ +But ^{Bbmaj7}now who's gonna dance with ^{Am7}me? Please stay... +\end{bridge} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{outro} +^{Dm7} ^{Gm7}Oh ho ^{Bbmaj7} ^{Am7} \\ +^{Dm7} (Now that you're ^{Gm7}gone) Now that you're ^{Bbmaj7}gone ^{Am7} \\ +^{Dm7} (Now that you're g^{Gm7}one) Was what I did so wrong? +So ^{Bbmaj7}wrong, that you had to ^{Am7}leave me alone? \\ + +^{Dm7} Do-waa ahh, ^{Gm7} do-waa ahh, ^{Bbmaj7} do-waa ahh, ^{Am7} \\ +^{Dm7} Do-waa ahh, ^{Gm7} do-waa ahh, ^{Bbmaj7} do-waa ahh, ^{Am7} \\ + +\begin{tabular}[t]{@{}lllll} +|_{Dm7} & |_{Gm7} & |_{Bbmaj7} & |_{Am7} & | \instruction{Repeat and fade} +\end{tabular} + +\end{outro} + + +\end{song} +\end{document} \ No newline at end of file diff --git a/songs/Green Day/Brain Stew.tex b/songs/Green Day/Brain Stew.tex new file mode 100644 index 0000000..e8b0ab1 --- /dev/null +++ b/songs/Green Day/Brain Stew.tex @@ -0,0 +1,64 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}[transpose-capo=true]{title={Brain Stew}, band={Green Day}, year={1996}, key={A}} + +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{A} & |_{G} & |_{F#m} & |_{F} - _{E} & | \instruction{Repeat 2x} +\end{tabular} +\end{intro} + +\begin{verse} +^{A} I'm having ^{G}trouble trying to ^{F#m}sleep ^{F} ^{-} ^{E} \\ +^{A} I'm counting ^{G}sheep but running ^{F#m}out ^{F} ^{-} ^{E} \\ +^{A} As time ticks ^{G}by, ^{F#m} and still I ^{F}try ^{-} ^{E} \\ +^{A} No rest for cro^{G}ss-tops in my ^{F#m}mind, ^{F}on my ^{-}own, ^{E}here we go +\end{verse} + +\begin{interlude} +\begin{tabular}[t]{@{}lllll} +|_{A} & |_{G} & |_{F#m} & |_{F} - _{E} & | \instruction{Repeat 2x} +\end{tabular} +\end{interlude} + +\begin{verse} +^{A} My eyes feel ^{G}like they're going to ^{F#m}bleed ^{F} ^{-} ^{E} \\ +^{A} Dried up and bu^{G}lging out my ^{F#m}skull ^{F} ^{-} ^{E} \\ +^{A} My mouth is ^{G}dry, ^{F#m} My face is ^*{F}nu ^{-}mb ^{E} \\ +^{A} Fucked up and s^{G}pun out in my ^{F#m}room, ^{F}on my ^{-}own, ^{E}here we go +\end{verse} + +\begin{interlude} +\begin{tabular}[t]{@{}lllll} +|_{A} & |_{G} & |_{F#m} & |_{F} - _{E} & | \instruction{Repeat 2x} +\end{tabular} +\end{interlude} + +\begin{verse} +^{A} My mind is ^{G}set on over^{F#m}drive ^{F} ^{-} ^{E} \\ +^{A} The clock is ^{G}laughing in my ^{F#m}face ^{F} ^{-} ^{E} \\ +^{A} Crooked s^{G}pine, ^{F#m} my senses ^*{F}dull ^{-}ed ^{E} \\ +^{A} Passed the point ^{G}of deliriu^{F#m}m, ^{F}on my ^{-}own, ^{E}here we go +\end{verse} + +\begin{interlude} +\begin{tabular}[t]{@{}lllll} +|_{A} & |_{G} & |_{F#m} & |_{F} - _{E} & | \instruction{Repeat 2x} +\end{tabular} +\end{interlude} + +\begin{verse} +^{A} My eyes feel ^{G}like they're going to ^{F#m}bleed ^{F} ^{-} ^{E} \\ +^{A} Dried up and bu^{G}lging out my ^{F#m}skull ^{F} ^{-} ^{E} \\ +^{A} My mouth is ^{G}dry, ^{F#m} My face is ^*{F}nu ^{-}mb ^{E} \\ +^{A} Fucked up and s^{G}pun out in my ^{F#m}room, ^{F}on my ^{-}own, ^{E}here we go +\end{verse} + +\begin{outro} +\begin{tabular}[t]{@{}lllll} +|_{A} & |_{G} & |_{F#m} & |_{F} - _{E} & | \instruction{Repeat 6x, end on _{A}} +\end{tabular} +\end{outro} + +\end{song} +\end{document} diff --git a/songs/Men Without Hats/The Safety Dance.tex b/songs/Men Without Hats/The Safety Dance.tex index 394322c..b466e24 100644 --- a/songs/Men Without Hats/The Safety Dance.tex +++ b/songs/Men Without Hats/The Safety Dance.tex @@ -6,7 +6,7 @@ \begin{intro} \begin{tabular}[t]{@{}lllll} -|_{C} & |_{C} & |_{C} & |_{C} & | \\ +|_{C} & |_{C} & |_{C} & |_{C} & | \instruction{option: S s s s A a a a F f f f E e e e T t t t Y y y y safety dance! then _{C} octave riff} \\ \end{tabular} \end{intro} @@ -56,7 +56,7 @@ We're ^{Eb}doing it from pole to ^{Ab}pole \\ \begin{interlude} \begin{tabular}[t]{@{}lllll} -|_{C} & |_{C} & |_{C} & |_{C} & | \space\space 2x \\ +|_{C} & |_{C} & |_{C} & |_{C} & | \space\space 2x \instruction{option: repeat intro} \\ \end{tabular} \end{interlude} @@ -90,7 +90,7 @@ well they're ^{C} no friends of ^{G}mine Oh, it's a safety da^{C}nce & Oh, it's a safety da^{C}nce & Oh, it's a safety da^{C}nce & -Oh, it's a safety da^{C}nce +Oh, it's a safety da^{C*}nce \end{tabular} \end{outro} diff --git a/songs/Parquet Courts/Tenderness.tex b/songs/Parquet Courts/Tenderness.tex new file mode 100644 index 0000000..16d10ad --- /dev/null +++ b/songs/Parquet Courts/Tenderness.tex @@ -0,0 +1,64 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}[transpose-capo=true]{title={Tenderness}, band={Parquet Courts}, year={2018}, key={G}} + +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{G†} & |_{G†} & |_{G†} & |_{G†} & | \instruction{_{G†} quick switch to _{C} on 4\&} \\ +\\ +|_{D} & |_{C} & |_{G} & |_{D} & | \instruction{Repeat 2x, piano riff here also chorus, outro} +\end{tabular} +\end{intro} + +\begin{verse} +We've ^{G†}come to replace your clock's ^{G}old stubborn hands \\ +We are the ^{E7}answer to why they ^{E7}never had a chance \\ +It was ^{G†}not so long ago that the ^{G}world was mostly slow \\ +The age of ^{E7}iron, steam and speed, turned a ^{E7}stroll to a stampede +\end{verse} + +\begin{prechorus} +But we've ^{C}come to i^{-}ncrease ^{E}time in between ^{G}ticks. and there is ^{C}romance ^{-}in the ^{A}slow dances \\ +'Cause they're ^{E7}fertile in hush, ^{E7}futile in haste, ^{E7}these are your nerves, ^{E7}this is how they taste +\end{prechorus} + +\begin{chorus} +Well I can't ^{D}count how many times I've been ou^{C}tdone by nihilism \\ +^{G}Joined the march that splits an open ^{D}heart into a schism \\ +And I ^{D}cower at the thought of other ^{C}people's expectations \\ +And yet ^{G}still, hand over ^{D}mine to them +\end{chorus} + +\begin{interlude} +\begin{tabular}[t]{@{}lll} +|_{G†} & |_{G†} & | \\ +\end{tabular} +\end{interlude} + +\begin{verse} +^{G†}Travel where you are, ^{G}tourism is sin \\ +These are the ^{E7}ruins we left behind, you can't ^{E7}take pictures of them \\ +If ^{G†}what they say is true, then you ^{G}become what you chew \\ +If it de^{E7}cays spit it out, affec^{E7}tation is a drought +\end{verse} + +\begin{prechorus} +That you ^{C}wait throug^{-}h when you ^{E}hate everything that you ^{G}do, you wanna ^{C}live outs^{-}ide the ^{A}groove, then fine \\ +But it's ^{E7}there like a flower, ^{E7}blooming in your ears, ^{E7}open up your mouth, ^{E7}pollinate your peers +\end{prechorus} + +\begin{chorus} +Nothing re^{D}minds the mind of power like the ^{C}cheap odor of plastic \\ +^{G}Leaking fumes we crave, consume, the ^{D}rush it feels fantastic \\ +But like ^{D}power turns to mold, like a ^{C}junkie going cold \\ +I need the ^{G}fix, of a little ^{D}tenderness +\end{chorus} + +\begin{solo} +\begin{tabular}[t]{@{}lllll} +|_{D} & |_{C} & |_{G} & |_{D} & | \instruction{Repeat 4x} +\end{tabular} +\end{solo} + +\end{song} +\end{document} \ No newline at end of file diff --git a/songs/Stephen Stills/Love the One You're With.tex b/songs/Stephen Stills/Love the One You're With.tex new file mode 100644 index 0000000..a416d4f --- /dev/null +++ b/songs/Stephen Stills/Love the One You're With.tex @@ -0,0 +1,58 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}[transpose-capo=true]{title={Love the One You're With}, band={Stephen Stills}, year={1970}, key={}} + +\begin{intro} +\instruction{Quick chord change on 4th beat of each bar!} \\ +\begin{tabular}[t]{@{}lllll} +|_{C} _{F*} & |_{C} _{Dm7*} & | \\ +\end{tabular} +\end{intro} + +\begin{verse} +^{C}If you're down ^{F*} ^{C} and confused ^{Dm7*} \\ +^{C} And you don't remember ^{F*} ^{C} who you're talking to ^{Dm7*} \\ +^{C} Concentration ^{F*} ^{C} slips away ^{Dm7*} \\ +^{C} Because your baby ^{F*} ^{C} is so far away ^{Dm7*} +\end{verse} + +[Chorus] +C Am G F + Well there's a rose in a fisted glove + Am G F +And the eagle flies with the dove + Am G F +And if you can't be with the one you love, honey + C +Love the one you're with + C +Love the one you're with + C +Love the one you're with + +Love the one you're with + +Don't be angry, don't be sad +Don't sit crying over good times you've had +There's a girl right next to you +And she's just waiting for something to do + + +[Verse 2] + +Turn your heartache right into joy +Cause she's a girl and you're a boy +Get it together, make it nice +You ain't gonna need anymore advice + + +[Chorus 2] + + +[Bridge] + + Am F Am - Am F Am - Am F C - C-C-C +Du-du-du-du-dutu, Du-du-du-du-dutu, Du-du-du-du-dutu - DU-DU-DU! + +\end{song} +\end{document} \ No newline at end of file diff --git a/songs/The Decemberists/Sons & Daughters.tex b/songs/The Decemberists/Sons & Daughters.tex new file mode 100644 index 0000000..24fb938 --- /dev/null +++ b/songs/The Decemberists/Sons & Daughters.tex @@ -0,0 +1,142 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}[transpose-capo=true]{title={Sons \& Daughters}, band={The Decemberists}, year={2006}, key={D}} + +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{D} & |_{G} & |_{D} & |_{G} & | \hspace{10em}Voices: Colin, \textit{John}, \textbf{Jenny}, \textsc{Guy #2} +\end{tabular} +\end{intro} + +\begin{verse} +^{D} When we a^{G}rrive, sons and daughters, ^{D} we'll make our ^{G}homes on the water \\ +^{D} We'll build our ^{G}walls aluminum, ^{D} we'll fill our ^{G}mouths with cinnamo^{(D)}n now +\end{verse} + +\begin{interlude} +\begin{tabular}[t]{@{}lllll} +|_{D} & |_{G} & |_{D} & |_{G} & | +\end{tabular} +\end{interlude} + +\begin{verse} +^{D} These currents ^{G}pull us 'cross the border, ^{D} steady your ^{G}boats, arms to shoulder \\ +^{D} Till tides'll pull ^{G}our hull aground, ^{D} making this ^{G}cold harbor now^{(D)} home +\end{verse} + +\begin{interlude} +\begin{tabular}[t]{@{}lllll} +|_{D} & |_{G} & |_{D} & |_{G} & | +\end{tabular} +\end{interlude} + +\begin{verse} +^{D} Take up your ^{G}arms, sons and daughters, ^{D} we will ar^{G}ise from the bunkers \\ +^{D} By land, by s^{G}ea, by dirigible, ^{D} we'll leave our ^{G}tracks untraceabl^{(D)}e now +\end{verse} + +\begin{solo} +\begin{tabular}[t]{@{}lllll} +|_{D} & |_{G} & |_{D} & |_{G} & | \instruction{Repeat 3x} +\end{tabular} +\end{solo} + +% 1:42 two voices +\begin{verse} +\begin{tabbing} +^{D}When we arr^{G}ive, sons and daughters, ^{D} \=We'll make our ^{G}homes on the water \\ + \> \textit{When we arrive, sons and daughters} \\ + +^{D}We'll build our ^{G}walls aluminum \hspace{25pt} ^{D} \= We'll fill our ^{G}mouths with cinnamon \\ +\textit{We'll make our homes on the water} \> \textit{We'll build our walls aluminum} \\ + +^{D}Now \hspace{35pt}^{G} \> ^{D} \hspace{50pt}^{G} \\ +\textit{We'll fill our mouths with cinnamon} \> \textit{Now} +\end{tabbing} +\end{verse} + +% 2:05 three voices +\begin{verse} +\begin{tabbing} +^{D}When we arr^{G}ive, sons and daughters, ^{D} \=We'll make our ^{G}homes on the water \\ +\> \textit{When we arrive, sons and daughters} \\ +\\ + +^{D}We'll build our ^{G}walls aluminum \hspace{25pt} ^{D} \=We'll fill our ^{G}mouths with cinnamon \\ +\textit{We'll make our homes on the water} \> \textit{We'll build our walls aluminum} \\ +\textbf{When we arrive, sons and daughters} \> \textbf{We'll make our homes on the water} \\ + +^{D}Now \hspace{35pt}^{G} \> ^{D} \hspace{50pt}^{G} \\ +\textit{We'll fill our mouths with cinnamon} \> \textit{Now} \\ +\textbf{We'll build our walls of aluminum} \> \textbf{We'll fill our mouths with cinnamon} +\end{tabbing} +\end{verse} + +\newpage + +% 2:32 four voices % +\begin{verse} +\begin{tabbing} +^{D}When we arr^{G}ive, sons and daughters ^{D} \=We'll make our ^{G}homes on the water \\ +\> \textit{When we arrive, sons and daughters} \\ +\\ +\\ + +^{D}We'll build our ^{G}walls aluminum \hspace{25pt} ^{D} \=We'll fill our ^{G}mouths with cinnamon \\ +\textit{We'll make our homes on the water} \> \textit{We'll build our walls aluminum} \\ +\textbf{When we arrive, sons and daughters} \> \textbf{We'll make our homes on the water} \\ +\> \textsc{When we arrive, sons and daughters} \\ + +^{D}Now \hspace{35pt}^{G} \> ^{D} \hspace{50pt}^{G} \\ +\textit{We'll fill our mouths with cinnamon} \> \textit{Now} \\ +\textbf{We'll build our walls aluminum} \> \textbf{We'll fill our mouths cinnamon} \\ +\textsc{We'll make our homes on the water} \> \textsc{We'll build our walls aluminum} \\ +\end{tabbing} +\end{verse} + +% 2:57 four voices % +\begin{verse} +\begin{tabbing} +^{D}When we arr^{G}ive, sons and daughters ^{D} \=We'll make our ^{G}homes on the water \\ +\> \textit{When we arrive, sons and daughters} \\ +\\ +\\ +\textsc{We'll fill our mouths cinnamon} \\ + +^{D}We'll build our ^{G}walls aluminum \hspace{25pt} ^{D} \= We'll fill our ^{G}mouths with cinnamon \\ +\textit{We'll make our homes on the water} \> \textit{We'll build our walls aluminum} \\ +\textbf{When we arrive, sons and daughters} \> \textbf{We'll make our homes on the water} \\ +\\ + +^{D}Now \hspace{35pt}^{G} \> ^{D} \hspace{50pt}^{G} \\ +\textit{We'll fill our mouths with cinnamon} \> \textit{Now} \\ +\textbf{We'll build our walls of aluminum} \> \textbf{We'll fill our mouths with cinnamon} \\ +\\ +^{(D*)}Now +\end{tabbing} +\end{verse} + +\begin{outro} +\begin{tabular}[t]{@{}lllll} +|_{D} & |_{G} & |_{D} & |_{G} & | +\end{tabular} +\\ +% 20 +\begin{tabbing} +\instruction{Colin:} \= ^{D} \=Hear all the \= ^{G}bombs \= fade away, \= ^{D} \= Hear all the \=^{G}bombs \=fade away \\ +\\ +\instruction{All:} \> ^{D} \> Hear all the \> ^{G}bombs \> fade away, \> ^{D} \> Hear all the \>^{G}bombs \>fade away \instruction{Repeat 3x} \\ +\\ +\instruction{Colin:} \> ^{D} \> \> ^{G} \> Fade away! \> ^{D} \> \> ^{G} \> Fade away! \\ + +\instruction{Chorus:} \> \> Hear all the \> bombs \> fade away, \> \> Hear all the bombs fade away \\ +\\ +\instruction{Colin:} \> ^{D} \> \> ^{G} \> Fade awaaa^*{D}aaaaaaaaaaa ^{G}AAAAAAAAAaaaay \\ + +\instruction{Chorus:} \> \> Hear all the \> bombs \> fade away, \> \> Hear all the bombs fade away \\ +\\ +\instruction{All:} \> ^{D} \> Hear all the \> ^{G}bombs \> fade away, \> ^{D} \> Hear all the \>^{G}bombs \>fade away \instruction{Repeat 4x end on _{D*}} +\end{tabbing} +\end{outro} +\end{song} +\end{document} \ No newline at end of file diff --git a/songs/The Velvet Underground/Rock & Roll.tex b/songs/The Velvet Underground/Rock & Roll.tex new file mode 100644 index 0000000..8f4f28c --- /dev/null +++ b/songs/The Velvet Underground/Rock & Roll.tex @@ -0,0 +1,93 @@ +\documentclass{skrul-leadsheet} +\usepackage{graphicx} + +\begin{document} +\begin{song}[transpose-capo=true]{title={Rock \& Roll}, band={The Velvet Underground}, year={1973}, key={C}} + +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{C} & |_{C} & |_{Bb6} & |_{Bb6} & | \\ +|_{F} & |_{F} & |_{C} & |_{C} & | \\ +\end{tabular} +\end{intro} + +\begin{verse} +^{C} Jennie said when she was ^{Bb6}just five years old there was ^{F} nothin' happening at ^{C}all ^{C} \\ +^{C} Every time she puts on ^{Bb6}a radio there was ^{F}nothin' goin' down at ^{C}all, not at all ^{C} \\ + +^{C} Then one fine mornin', she puts on a ^{Bb6}New York station, you know she don't be^{F}lieve what she heard at ^{C}all ^{C} \\ +^{C} She started shakin' to that ^{Bb6}fine, fine music, you know her ^{F}life was saved by rock 'n' ^{C}roll ^{C} +\end{verse} + +\begin{chorus} +De^{Dm}spite all the ampu^{F}tations, you know you could just ^{G}go out and dance to the ^{F}rock 'n' roll station \\ +And it was ^{C}all right (it was al^{Bb6}right) \\ +Hey baby you know it was ^{C}all right (it was al^{Bb6}right) +\end{chorus} + +\begin{interlude} +\begin{tabular}[t]{@{}lllll} +|_{C} & |_{C} & |_{Bb6} & |_{Bb6} & | \\ +|_{F} & |_{F} & |_{C} & |_{C} & | \\ +\end{tabular} +\end{interlude} + +\begin{verse} +^{C} Jennie said when she was just 'bout ^{Bb6}five years old you know my ^{F}parents gonna be the death of us ^{C}all ^{C} \\ +^{C} Two TV sets and two ^{Bb6}Cadillac cars well you know that ^{F}ain't gonna help me at ^{C}all, naw, just ^{C}a tiny bit \\ +^{C} Then one fine mornin', she turns on a ^{Bb6}New York station she doesn't be^{F}lieve what she hears at ^{C}all ^{C} \\ +\scalebox{0.99}[1.0]{Ooohh^{C}h, she started dancin' to that ^{Bb6}fine, fine music you know her ^{F}life was saved by rock 'n' ^{C}roll, yeah, rock 'n' ^{C}roll \space} +\end{verse} + +\begin{chorus} +De^{Dm}spite all the comp-u^{F}-ta-tions, you could just d^{G}ance to that rock 'n' roll ^{F}station \\ +And baby it was ^{C}all right (it was al^{Bb6}right) \\ +Hey, it was ^{C}all right (it was al^{Bb6}right), hey, here she comes now +\end{chorus} + +\begin{solo} +\begin{tabular}[t]{@{}lllll} +|_{C} & |_{C} & |_{C} & |_{C} & | \\ +|_{C} & |_{C} & |_{C} & |_{C} & | \\ +\\ +|_{C} & |_{C} & |_{Bb6} & |_{Bb6} & | \\ +|_{F} & |_{F} & |_{C} & |_{C} & | \\ +\end{tabular} + +\end{solo} + + +\begin{verse} +\scalebox{0.99}[1.0]{^{C} Like Jennie said when she was just ^{Bb6}five-five years old hey you know, there's ^{F} nothin' happening at ^{C}all, not at ^{C}all \space } \\ +^{C} Every time I ^{Bb6}put on the radio you know there's ^{F} nothin' goin' down at ^{C}all, not at ^{C}all \\ +\scalebox{0.99}[1.0]{^{C} But one fine morning, she ^{Bb6}hears a New York station she doesn't be^{F}lieve what she heard at ^{C}all, hey, not at ^{C}all \space } \\ +^{C} She started dancing to that ^{Bb6}fine, fine music you know her ^{F}life was saved by rock 'n' ^{C}roll yes, rock 'n' ^{C}roll +\end{verse} + +\begin{outro} +Ooohhh, de^{Dm}spite all the comp-u^{F}-ta-tions, you know you could just d^{G}ance to that rock 'n' roll ^{F*}station... \\ + +\begin{tabular}[t]{@{}lllll} +|_{C} & |_{F} & |_{C} & |_{F} & | \\ +\end{tabular} +\\ + +^{C} \hspace{2em} ^{Bb6} All right ^{C} All right^{Bb6} \\ +And it was alll^{C}ll right ^{Bb6} ^{C} Oh, you listen to me ^{Bb}now \\ +And it was alll^{C}ll right ^{Bb6} ^{C} Come on now ^{Bb6} listen \\ +It was all^{C}ll right ^{Bb6} It was all^{C}ll right ^{Bb6} \\ +\scalebox{0.99}[1.0]{It was all ^{C}right (all right) It was all ^{Bb6}right (all right), baby it's all ^{C}right now (all right), baby it's all ^{Bb6}right now (all right) } \\ +Oh ^{C}baby (all right), oh ^{Bb6}baby (all right), oh ^{C}baby (all right), oh ^{Bb6}baby (all right) + +\begin{tabular}[t]{@{}lllll} +|_{C} & |_{Bb6} & |_{C} & |_{Bb6} & | \instruction{Jam on this with various baby / all right utterances} \\ +\end{tabular} + +\vspace{4em} +\origchord{t}{x,p3,p3,p3,p3,p3}{_{Bb6}} + + +\end{outro} + +\end{song} +\end{document} \ No newline at end of file