From 64bfe0ec1e39e16159342fb83a3638154f24d820 Mon Sep 17 00:00:00 2001 From: Steve Krulewitz Date: Wed, 5 Feb 2020 21:40:05 -0800 Subject: [PATCH] another month another jam --- bin/build.sh | 2 +- packets/aircoustic202002.tex | 11 +++ songs/Air Supply/All Out of Love.tex | 59 ++++++++++++ songs/Mr. Big/To Be With You.tex | 72 +++++++++++++++ songs/Small Crush/Signal Dreams.tex | 59 ++++++++++++ ...e, Please, Let Me Get What I Want Body.tex | 41 +++++++++ ...Please, Let Me Get What I Want Capo II.tex | 10 ++ ...Please, Please, Let Me Get What I Want.tex | 10 ++ songs/Violent Femmes/Add It Up.tex | 92 +++++++++++++++++++ 9 files changed, 355 insertions(+), 1 deletion(-) create mode 100644 packets/aircoustic202002.tex create mode 100644 songs/Air Supply/All Out of Love.tex create mode 100644 songs/Mr. Big/To Be With You.tex create mode 100644 songs/Small Crush/Signal Dreams.tex create mode 100644 songs/The Smiths/Please, Please, Please, Let Me Get What I Want Body.tex create mode 100644 songs/The Smiths/Please, Please, Please, Let Me Get What I Want Capo II.tex create mode 100644 songs/The Smiths/Please, Please, Please, Let Me Get What I Want.tex create mode 100644 songs/Violent Femmes/Add It Up.tex diff --git a/bin/build.sh b/bin/build.sh index f9d6f59..8ce7449 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -44,7 +44,7 @@ function make_packet { setup_pdflatex #make_pdf "$1" -make_packet "packets/pha202001.tex" +make_packet "packets/aircoustic202002.tex" #make_packet "packets/pha201911.tex" #make_packet "packets/aircoustic201912.tex" #make_packet "packets/pha201912.tex" diff --git a/packets/aircoustic202002.tex b/packets/aircoustic202002.tex new file mode 100644 index 0000000..c5c125d --- /dev/null +++ b/packets/aircoustic202002.tex @@ -0,0 +1,11 @@ +\documentclass{article} +\usepackage{grffile} +\usepackage{pdfpages} +\begin{document} +\includepdf[pages=-]{build/pdf/Small Crush/Signal Dreams.pdf} +{\catcode`\,=11 \includepdf[pages=-]{build/pdf/The Smiths/Please, Please, Please, Let Me Get What I Want.pdf}} +{\catcode`\,=11 \includepdf[pages=-]{build/pdf/The Smiths/Please, Please, Please, Let Me Get What I Want Capo II.pdf}} +\includepdf[landscape=true,pages=-]{Nothing Better - Postal Service (2003).pdf} +\includepdf[pages=-]{build/pdf/Air Supply/All Out of Love.pdf} +\includepdf[pages=-]{build/pdf/Mr. Big/To Be With You.pdf} +\end{document} diff --git a/songs/Air Supply/All Out of Love.tex b/songs/Air Supply/All Out of Love.tex new file mode 100644 index 0000000..6d79cc3 --- /dev/null +++ b/songs/Air Supply/All Out of Love.tex @@ -0,0 +1,59 @@ +\documentclass{skrul-leadsheet} + +\begin{document} + +\begin{song}[transpose-capo=true]{title={All Out of Love}, band={Air Supply}, year={1980}, key={C}} + +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{C} & |_{G/B} & |_{F/A} & |_{F} - _{G} & | \\ +|_{C} & |_{G/B} & |_{F/A} & |_{F} - _{G} & | \\ +|_{C} & |_{C} & | & | & | \\ +\end{tabular} +\end{intro} + +\begin{verse} +I'm ^{F}lying alone with my ^{C}head on the phone, ^{F}thinking of you 'til it ^{C}hurts \\ +I ^{F}know you hurt too, but what ^{Em}else can we do, tor^{F/A}mented and torn ^{F}apart ^{G} \\ + +I ^{F}wish I could carry your ^{C}smile in my heart, for ^{F}times when my life seems so ^{C}low. \\ +It would ^{F}make me believe what to^{Em}morrow could bring, when ^{F/A}today doesn't really ^{F}know, doesn't ^{G}really know. +\end{verse} + +\begin{chorus} +I'm ^{C}all out of love, I'm ^{G}so lost without you, +I ^{F/A}know you were right, ^{F}believing for so ^{G}long. \\ +I'm ^{C}all out of love, what ^{G}am I without you, +I ^{F/A}can't be too late to ^{F}say that I was ^{G}so ^{C}wrong. ^{C} +\end{chorus} + +\begin{verse} +I ^{F}want you to come back and ^{C}carry me home, ^{F}away from these long, lonely ^{C}nights. \\ +I'm ^{F}reaching for you. Are you ^{Em}feeling it too? Does the ^{F/A}feeling seem oh, so ^{F}right? ^{G} \\ + +And ^{F}what would you say if I ^{C}called on you now, and ^{F}said that I can't hold ^{C}on? \\ +There's ^{F}no easy way, it gets ^{Em}harder each day, please ^{F/A}love me or I'll be ^{F}gone. I'll be ^{G}gone. +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{bridge} +^{Am}Oooo.... ^{Em}What are you thinking ^{F}of ^{-} ^{F*} ^{Em*} \\ +^{Dm}What are you thinking ^{Am}of \\ +^{Em}What are you thinking ^{F}of ^{-} ^{F*} ^{Em*} \\ +^{Dm}What are you thinking ^{F}of ^{G} ^{G} +\end{bridge} + +\begin{outro} +I'm ^{C}all out of love, I'm ^{G}so lost without you, +I ^{F/A}know you were right, ^{F}believing for so ^{G}long. \\ +I'm ^{C}all out of love, what ^{G}am I without you, +I ^{F/A}can't be too late, I ^{F}know I was ^{G}so wrong. \instruction{Repeat 3x} \\ +I'm ^{C}all out of love, I'm ^{G}so lost without you, \\ +I ^{F/A}know you were right ^{F} ^{G} ^{C} +\end{outro} + +\end{song} +\end{document} diff --git a/songs/Mr. Big/To Be With You.tex b/songs/Mr. Big/To Be With You.tex new file mode 100644 index 0000000..bd57930 --- /dev/null +++ b/songs/Mr. Big/To Be With You.tex @@ -0,0 +1,72 @@ +\documentclass{skrul-leadsheet} + +\begin{document} + +\begin{song}[transpose-capo=true]{title={To Be With You}, band={Mr. Big}, year={1991}, key={C#m}} + +\begin{verse} +^{C#m} Hold on little ^{E}girl. ^{Asus2}Show me what he's ^{E}done to you. \\ +^{C#m} Stand up little ^{E}girl. A ^{Asus2}broken heart can't ^{E}be that bad. \\ +When ^{Asus2}it's through, it's ^{E}through. ^{Asus2}Fate will twist the ^{E}both of you. \\ +So ^{D}come on baby, ^{D}come on over. ^{B}Let me be the ^{B}one to show you. +\end{verse} + +\begin{chorus} +\begin{tabbing} +^{E}I'm ^{E/F#}the ^{E/G#}one ^{E}who ^{Asus2}wants to ^{B}be with you ^{E} \hspace{.75in} \= +^{E}Deep ^{E/F#}inside ^{E/G#} ^{E}I ^{Asus2}hope you'll ^{B}feel it too. ^{E} \\ +^{E}Waited ^{E/F#} ^{E/G#}on ^{E}a ^{Asus2}line of ^{B}greens and ^{C#m}blues \> +^{E}Just ^{E/F#}to ^{E/G#}be ^{E}the ^{Asus2}next to ^{B}be with you. ^{E} +\end{tabbing} +\end{chorus} + +\begin{verse} +^{C#m} Build up your ^{E}confidence so ^{Asus2}you can be on ^{E}top for once. \\ +^{C#m}Wake up! Who ^{E}cares about ^{Asus2}little boys that ^{E}talk too much? \\ +I ^{Asus2}seen it all go ^{E}down. Your ^{Asus2}game of love was ^{E}all rained out. \\ +So ^{D}come on baby, ^{D}come on over. ^{B}Let me be the ^{B}one to hold you. +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{bridge} +^{Asus2} Why be alone when we can ^{C#m}be together baby? \\ +^{G}You can make my life worthwhile, ^{G}I can make you start to smile. +\end{bridge} + +\begin{solo} +\begin{tabular}[t]{@{}lllll} +|_{E} _{E/F#} _{E/G#} _{E} & | _{Asus2} & | _{B} & | _{E} & | \\ +|_{E} _{E/F#} _{E/G#} _{E} & | _{Asus2} & | _{B} & | _{E} & | \\ +|_{E} _{E/F#} _{E/G#} _{E} & | _{Asus2} & | _{B} & | _{C#m} & | \\ +|_{E} _{E/F#} _{E/G#} _{E} & | _{Asus2} & | _{B} & | _{E} & | \\ +\end{tabular} +\end{solo} + +\begin{prechorus} +When ^{Asus2}it's through, it's ^{E}through. ^{Asus2}Fate will twist the ^{E}both of you. \\ +So ^{D}come on baby, ^{D}come on over. ^{B}Let me be the ^{B*}one to show you. +\end{prechorus} + +\begin{chorus} +\begin{tabbing} +^{G}I'm ^{G/A}the ^{G/B}one ^{G}who ^{Cadd9}wants to ^{D}be with you ^{G} \hspace{.75in} \= +^{G}Deep ^{G/A}inside ^{G/B} ^{G}I ^{Cadd9}hope you'll ^{D}feel it too. ^{G} \\ +^{G}Waited ^{G/A} ^{G/B}on ^{G}a ^{Cadd9}line of ^{D}greens and ^{Em}blues \> +^{G}Just ^{G/A}to ^{G/B}be ^{G}the ^{Cadd9}next to ^{D}be with you. ^{G} +\end{tabbing} +\end{chorus} + +\begin{chorus} +\instruction{Repeat Chorus (back to original key)} +\end{chorus} + +\begin{outro} +^{E}Just ^{E/F#}to ^{E/G#}be ^{E}the ^{Asus2}next to ^{B}be with you. ^{E7} +\end{outro} + + +\end{song} +\end{document} diff --git a/songs/Small Crush/Signal Dreams.tex b/songs/Small Crush/Signal Dreams.tex new file mode 100644 index 0000000..079c54c --- /dev/null +++ b/songs/Small Crush/Signal Dreams.tex @@ -0,0 +1,59 @@ +\documentclass{skrul-leadsheet} + +\begin{document} + +\begin{song}[transpose-capo=true]{title={Signal Dreams}, band={Small Crush}, year={2018}, key={C}} + +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{C} & | _{Am} & | _{C} & | _{Am} & | \\ +|_{C} & | _{Am} & | _{C*} & | & | \\ +\end{tabular} +\end{intro} + +\begin{verse} +If I'm ^{C}asleep or ^{Am}awake \\ +What ^{C}difference does it ^{Am}make \\ +^{C}If you're not ^{Am}here with ^{C*}me \\ +^{C}I would rather ^{Am}be \\ +^{C}Living in a ^{Am}dream \\ +If ^{C}that's the only ^{Am}way I could get ^{F}close to you ^{Fm} +\end{verse} + +\begin{chorus} +And I ^{C}know that I ^{Em}can't ^{Em* -} ^{D#m*} be ^{F}stuck in this ^{G}haze forever \\ +^{C} But I can't ^{Em} stop ^{Em* -} ^{D#m*} {^F}picturing ^{G}us together +\end{chorus} + +\begin{interlude} +\begin{tabular}[t]{@{}lllll} +|_{C} & | _{Am} & | _{C} & | _{Am} & | \\ +|_{C} & | _{Am} & | _{C*} & | & | \\ +\end{tabular} +\end{interlude} + +\begin{verse} +Dozing ^{C}off in my ^{Am}bed \\ +While these ^{C}visions fill my ^{Am}head \\ +^{C}Wondering ^{Am}what they ^{C}mean ^{Am} \\ +Are they ^{C}messing with ^{Am}me \\ +Will they ^{C}be reali^{Am}ty \\ +^{C}They're the only ^{Am}way I can be ^{F}close to you ^{Fm} +\end{verse} + +\begin{chorus} +And I ^{C}know that I ^{Em}can't ^{Em* -} ^{D#m*} be ^{F}stuck in this ^{G}haze forever \\ +^{C} But I can't ^{Em} stop ^{Em* -} ^{D#m*} {^F}picturing ^{G}us together \\ +I ^{C}know that I ^{Em}can't ^{Em* -} ^{D#m*} be ^{F}stuck in this ^{G}haze forever \\ +^{C} But I can't ^{Em} stop ^{Em* -} ^{D#m*} {^F}picturing ^{G}us together +\end{chorus} + +\begin{outro} +\begin{tabular}[t]{@{}lllll} +|_{C} & | _{Am} & | _{C} & | _{Am} & | \\ +|_{C} & | _{Am} & | _{Cmaj7*} & | & | \\ +\end{tabular} +\end{outro} + +\end{song} +\end{document} diff --git a/songs/The Smiths/Please, Please, Please, Let Me Get What I Want Body.tex b/songs/The Smiths/Please, Please, Please, Let Me Get What I Want Body.tex new file mode 100644 index 0000000..68329ae --- /dev/null +++ b/songs/The Smiths/Please, Please, Please, Let Me Get What I Want Body.tex @@ -0,0 +1,41 @@ +\begin{verse} +^{Dmaj7} Good ^{A}times for a ^{D}change ^{A} \\ +See, the luck I've ^{F#m}had \\ +Can make a ^{Gmaj7}good man \\ +Turn ^{A}bad ^{Asus4} ^{-} ^{A} +\end{verse} + +\begin{chorus} +So ^{Gmaj7}please please ^{A}please \\ +Let ^{D}me, ^{-}let ^{A/C#}me, let ^{Gmaj7}me \\ +Let ^{Fmaj7}me get what I ^{G}want \\ +This ^{(Bm)}time +\end{chorus} + +\begin{interlude} +\begin{tabular}[t]{@{}lllll} +|_{Bm} & | _{Bm} & | _{Gmaj7} & | _{A} & | \\ +\end{tabular} +\end{interlude} + +\begin{verse} +^{Dmaj7} Haven't had a ^{A}dream in a long ^{D}time ^{A} \\ +See, the life I've ^{F#m}had \\ +Can make a ^{Gmaj7}good man bad ^{A} ^{Asus4} ^{-} ^{A} +\end{verse} + +\begin{chorus} +So ^{Gmaj7}for once in my ^{A}life \\ +Let ^{D}me ^{-} \space ^{A/C#}get what I ^{Gmaj7}want \\ +^{Gmaj7}Lord knows, ^{A}it would be the first ^{Bm}time ^{Bm} \\ +^{Gmaj7}Lord knows, ^{A}it would be the first time ^{D} ^{D7} +\end{chorus} + +\begin{outro} +\begin{tabular}[t]{@{}lllll} +|_{Gmaj7} & | _{A} & | _{D} _{-} _{A/C#} & | _{Gmaj7} & | \\ +|_{Gmaj7} & | _{A} & | _{D} & | _{D7} & | \\ +|_{F#m} & | _{F#m} & | _{Bm} & | _{Bm} & | \\ +|_{Gmaj7} & | _{Gmaj7} & | _{A*} & | & | \\ +\end{tabular} +\end{outro} diff --git a/songs/The Smiths/Please, Please, Please, Let Me Get What I Want Capo II.tex b/songs/The Smiths/Please, Please, Please, Let Me Get What I Want Capo II.tex new file mode 100644 index 0000000..8855acb --- /dev/null +++ b/songs/The Smiths/Please, Please, Please, Let Me Get What I Want Capo II.tex @@ -0,0 +1,10 @@ +\documentclass{skrul-leadsheet} + +\begin{document} + +\begin{song}[transpose-capo=true]{title={Please, Please, Please, Let Me Get What I Want}, band={The Smiths}, year={1984}, key={D}, meter={\meter{6}{8}}, capo={2}} + +\input{"Please, Please, Please, Let Me Get What I Want Body.tex"} + +\end{song} +\end{document} diff --git a/songs/The Smiths/Please, Please, Please, Let Me Get What I Want.tex b/songs/The Smiths/Please, Please, Please, Let Me Get What I Want.tex new file mode 100644 index 0000000..1539376 --- /dev/null +++ b/songs/The Smiths/Please, Please, Please, Let Me Get What I Want.tex @@ -0,0 +1,10 @@ +\documentclass{skrul-leadsheet} + +\begin{document} + +\begin{song}[transpose-capo=true]{title={Please, Please, Please, Let Me Get What I Want}, band={The Smiths}, year={1984}, key={D}, meter={\meter{6}{8}}} + +\input{"Please, Please, Please, Let Me Get What I Want Body.tex"} + +\end{song} +\end{document} diff --git a/songs/Violent Femmes/Add It Up.tex b/songs/Violent Femmes/Add It Up.tex new file mode 100644 index 0000000..6f54968 --- /dev/null +++ b/songs/Violent Femmes/Add It Up.tex @@ -0,0 +1,92 @@ +\documentclass{skrul-leadsheet} + +\begin{document} + +\begin{song}[transpose-capo=true]{title={Add It Up}, band={Violent Femmes}, year={1983}, key={C#m}} + +\begin{intro} +\begin{tabular}[t]{@{}lllllll} +|_{C} & |_{G/B} & |_{F/A} & |_{F} & | _{G} & | _{C} & | \\ +\end{tabular} +\end{intro} + +\begin{verse} +^{B5}Why can't I get just one kiss, ^{B5}why can't I get just one kiss \\ +^{A}Believe me there'd be some things that I ^{A}wouldn't miss \\ +But I ^{B5*}look at your pants and I need a kiss + +^{B5}Why can't I get just one screw, ^{B5}why can't I get just one screw \\ +^{A}Believe me I'd know ^{A}what to do \\ +But ^{B5*}something won't let me make love to you +\end{verse} + +\begin{interlude} +\begin{tabular}[t]{@{}lllllll} +|_{B5} & |_{A} & | \\ +\end{tabular} +\end{interlude} + +\begin{verse} +^{B5}Why can't I get just one fuck, ^{B5}why can't I get just one fuck \\ +^{A}I guess it's got something to do with luck \\ +But I ^{B5*}waited my whole life for just one +\end{verse} + +\begin{chorus} +^{B5}Day... after day... I get ^{A}angry... and I will ^{B5}say... \\ +That the day... is in my sight... when I take a ^{A}bow... and say good^{B5}night +\end{chorus} + +\begin{verse} +\instruction{Palm muted} \\ +Oh, ma-mama, mama-mo-ma-mum, +have you kept your eye, your eye on your son? \\ +I know you've had problems, you're not the only one, +when your sugar left, he left you on the run. \\ + +Oh, ma-mama, mama-mo-ma-mum, +take a look now at what your boy has done. \\ +He's walking around like he's number one, +went downtown and you got him a gun. \\ + +So don't shoot, shoot, shoot that thing at me, +don't shoot, shoot, shoot that thing at me. \\ +You know you've got my sympathy, +but don't shoot, shoot, shoot that thing at me. \\ + +So don't shoot, shoot, shoot that thing at me, +don't shoot, shoot, shoot that thing at me. \\ +You know you've got my sympathy, +but don't shoot, shoot, shoot that thing at me. +\end{verse} + +\begin{interlude} + +\end{interlude} + +\begin{verse} +\instruction{Palm muted} \\ +Going down the kitchen at the top of the stairs, can I mix in with your affairs? \\ +Share a smoke, make a joke, grasp and reach for a leg of hope. \\ + +Words to memorize, words hypnotize, words make my mouth exercise. \\ +Words all failed the magic prize; nothing I can say when I'm in your thighs. \\ + +Oh, ma-mama, mo-ma, mo-ma mother, I would love to love you, lover. \\ +City is restless, it's ready to pounce, here in your bedroom, ounce-for-ounce. \\ + +Oh, ma-mama, mo-ma, mo-ma mother, I would love to love you, lover. \\ +City is restless, it's ready to pounce, here in your bedroom, ounce-for-ounce. \\ + +I've given you a decision to make, things to lose, things to take. \\ +Just as she's about ready to cut it up: +She says, "Wait a minute, honey, I'm gonna add it up!" \\ + +Add it up! Add it up! Add it up! +Day after day, I get angry and I will say +That the day is in my sight when I'll take a bow and say goodnight. + +\end{verse} + +\end{song} +\end{document}