From a76cb47044a35137ce99b7850522c21db4f320d4 Mon Sep 17 00:00:00 2001 From: "R. Alex Matevish" Date: Tue, 2 May 2023 16:32:58 -0700 Subject: [PATCH] Add new files --- packets/aircoustic202206.tex | 6 ++ packets/aircoustic202303.tex | 7 ++ songs/4 Non Blondes/What's Up? Body.tex | 75 +++++++++++++++++ songs/4 Non Blondes/What's Up? Capo II.tex | 10 +++ songs/Big Thief/Shark Smile.tex | 96 ++++++++++++++++++++++ songs/Phish/Dog Faced Boy.tex | 66 +++++++++++++++ 6 files changed, 260 insertions(+) create mode 100755 packets/aircoustic202206.tex create mode 100755 packets/aircoustic202303.tex create mode 100755 songs/4 Non Blondes/What's Up? Body.tex create mode 100755 songs/4 Non Blondes/What's Up? Capo II.tex create mode 100755 songs/Big Thief/Shark Smile.tex create mode 100755 songs/Phish/Dog Faced Boy.tex diff --git a/packets/aircoustic202206.tex b/packets/aircoustic202206.tex new file mode 100755 index 0000000..bdf868b --- /dev/null +++ b/packets/aircoustic202206.tex @@ -0,0 +1,6 @@ +\documentclass{article} +\usepackage{grffile} +\usepackage{pdfpages} +\begin{document} +\includepdf[pages=-]{build/pdf/4 Non Blondes/What's Up? Capo II.pdf} +\end{document} diff --git a/packets/aircoustic202303.tex b/packets/aircoustic202303.tex new file mode 100755 index 0000000..876ff2c --- /dev/null +++ b/packets/aircoustic202303.tex @@ -0,0 +1,7 @@ +\documentclass{article} +\usepackage{grffile} +\usepackage{pdfpages} +\begin{document} +\includepdf[pages=-]{build/pdf/Phish/Dog Faced Boy.pdf} +\includepdf[pages=-]{build/pdf/Big Thief/Shark Smile.pdf} +\end{document} diff --git a/songs/4 Non Blondes/What's Up? Body.tex b/songs/4 Non Blondes/What's Up? Body.tex new file mode 100755 index 0000000..decc8b4 --- /dev/null +++ b/songs/4 Non Blondes/What's Up? Body.tex @@ -0,0 +1,75 @@ +\begin{multicols}{2} +\begin{intro} +\instruction{Repeat 2x} \\ +\begin{tabular}[t]{@{}lllll} +|_{A} & |_{Bm} & | _{D} & | _{A} \\ +\end{tabular} +\end{intro} + +\begin{verse} +^{A}25 years and my life is still \\ +^{Bm}Tryin' to get up that great big hill \\ +of ^{D}hope for a destin^{A}ation \\ +I ^{A}realized quickly when I knew I should \\ +That the ^{Bm}world was made up of this brotherhood \\ +Of ^{D}man, or whatever that ^{A}means \\ +\end{verse} + +\begin{prechorus} +And so I ^{A}cry sometimes when I'm lying in bed \\ +Just to ^{Bm}get it all out what's in my head \\ +And I ^{D}- I am feeling a little pec^{A}uliar \\ +And so I ^{A}wake in the morning and I step outside \\ +And I ^{Bm}take a deep breath and I get real high \\ +And I ^{D}scream from the top of my lungs \\ +"What's going ^{A}on?" \\ +\end{prechorus} + +\begin{chorus} +And I say, ^{A}hey-ey-ey-ey-ey ^{Bm}Hey-ey-ey \\ +I said ^{D}"Hey, a-what's going ^{A}on?" \\ +And I say, ^{A}hey-ey-ey-ey ^{Bm}Hey-ey-ey \\ +I said ^{D}"Hey, a-what's going ^{A}on?" \\ +\end{chorus} + +\begin{bridge} +^{A}Ooh, O^{Bm}oh O^{D}oh ^{A} \\ +^{A}Ooh, O^{Bm}oh O^{D}oh ^{A} \\ +\end{bridge} + +\begin{verse} +And I ^{A}try, oh my God, do I ^{Bm}try \\ +I try all the ^{D}time in this insti^{A}tution \\ +And I ^{A}pray, oh my God, do I ^{Bm}pray \\ +I pray every single ^{D}day \\ +For revo^{A}lution \\ +\end{verse} + +\begin{prechorus} +And so I ^{A}cry sometimes when I'm lying in bed \\ +Just to ^{Bm}get it all out what's in my head \\ +And I ^{D}- I am feeling a little pec^{A}uliar \\ +And so I ^{A}wake in the morning and I step outside \\ +And I ^{Bm}take a deep breath and I get real high \\ +And I ^{D}scream from the top of my lungs \\ +"What's going ^{A}on?" \\ +\end{prechorus} + +\begin{chorus} +\instruction{Repeat 2x with greater intensity 2nd time} \\ +And I say, ^{A}hey-ey-ey-ey-ey ^{Bm}Hey-ey-ey \\ +I said ^{D}"Hey, a-what's going ^{A}on?" \\ +And I say, ^{A}hey-ey-ey-ey ^{Bm}Hey-ey-ey \\ +I said ^{D}"Hey, a-what's going ^{A}on?" \\ +\end{chorus} + +\begin{interlude} +^{A}Ooh, O^{Bm}oh O^{D}oh ^{A} \\ +\end{interlude} + +\begin{outro} +^{A}25 years and my life is still \\ +^{Bm}Tryin' to get up that great big hill of ^{D}hope \\ +For a destin^{A}ation, mmm \\ +\end{outro} +\end{multicols} diff --git a/songs/4 Non Blondes/What's Up? Capo II.tex b/songs/4 Non Blondes/What's Up? Capo II.tex new file mode 100755 index 0000000..4cc70b1 --- /dev/null +++ b/songs/4 Non Blondes/What's Up? Capo II.tex @@ -0,0 +1,10 @@ +\documentclass{skrul-leadsheet} +\usepackage{multicol} + +\begin{document} +\begin{song}[transpose-capo=true]{title={What's Up?}, band={4 Non Blondes}, year={1992}, key={A}, capo={2}} + +\input{"What's Up? Body.tex"} + +\end{song} +\end{document} diff --git a/songs/Big Thief/Shark Smile.tex b/songs/Big Thief/Shark Smile.tex new file mode 100755 index 0000000..d558771 --- /dev/null +++ b/songs/Big Thief/Shark Smile.tex @@ -0,0 +1,96 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}[transpose-capo=false]{title={Shark Smile}, band={Big Thief}, year={2017}, key={A}, capo={2}} + +\begin{notes} +\instruction{end of verse 3, half measure of D/A on "guard" bit of guardrails} +\end{notes} + + + +\begin{intro} +\instruction{General cacophony, stumbling drums, build to peak, pause, start in on chords} \\ +\begin{tabular}[t]{@{}llll} +| _{C/G} | _{C/G} | _{C/G} | _{C/G} | \\ +| _{G} | _{C/G} | _{D/A} | _{G5} _{D/F#} | \\ +| _{Em} | _{Em/B} | _{D/A} | _{C/G} | _{C/G} | \\ +\end{tabular} +\end{intro} + +\begin{verse} +\begin{tabbing} +^{G}She was a shark smile in a ^{C/G}yellow van \\ +^{D/A}She came around and I ^{G5}stole a gla^{D/F#}nce \\ +In my ^{Em}youth, a vam^{Em/B}pire \\ +Evelyn shown ^{D/A}quiet as roses ^{C/G}sting \\ + \\ +It came ^{G}over me at a ^{C/G}bad time \\ +But ^{D/A}who wouldn't ride on a ^{G5}moonlight ^{D/F#}line? \\ +^{Em}I had her in my eye, ^{Em/B}85 down the ^{D/A}road of a dead-end ^{C/G}gleam \\ +\end{tabbing} +\end{verse} + + +\begin{chorus} +And she said ^{G}woo \\ +^{D/F#}Baby, ^{Am}take me ^{C/G} \\ +And I said ^{G}woo \\ +^{D/F#}Baby, ^{Am}take me too ^{C/G} \\ +\end{chorus} + +\begin{verse} +\begin{tabbing} +It came ^{G}over her at a ^{C/G}bad time \\ +^{D/A}Riding through Winona down the ^{G5}dotted ^{D/F#}line \\ +^{Em}Held us gunning out \\ +90 ^{Em/B}miles down the ^{D/A}road of a dead end ^{C/G}dream \\ +She looked ^{G}over with a ^{C/G}part smile \\ +^{D/A}Caught up in the twinkle, it could ^{G}take aw^{D/F#}hile \\ +^{Em}And the money pile^{Em/B} on the dashboard^{D/A} flutteri^{C/G}ng \\ +\end{tabbing} +\end{verse} + +\begin{chorus} +As she said ^{G}woo \\ +^{D/F#}Baby, ^{Am}take me ^{C/G} \\ +And I said ^{G}woo \\ +^{D/F#}Baby, ^{Am}take me too ^{C/G} \\ +\end{chorus} + +\begin{interlude} +\begin{tabular}[t]{@{}llllll} +|_{G} | _{C/G} | _{D/A} | _{G} _{D/F#} | \\ +| _{Em} | _{Em/B} | _{D/A} | _{C/G} | \\ +\end{tabular} +\end{interlude} + +\begin{verse} +\begin{tabbing} +^{G}Evelyn's kiss was o^{C/G}xygen \\ +^{D/A}I leaned over to ^{G5}take it ^{D/F#}in \\ +^{Em}As we went ^{Em/B}howling through the ^{D/A}edge of south Des ^{C/G}Moines \\ +It came ^{G}over me at a ^{C/G}bad time \\ +^{D/A}She burned over the ^{G5}double ^{D/F#}line \\ +\\ +\instruction{building cacophony} \\ +\\ +^{Em}And she ^{C/G}impaled as ^{C/G}I reached my hand ^{D/A}for the ^{C/G}guardrail \\ +Ooh ^{C/G}the ^{D/A}guardra^{C/G}il \\ +Ooh ^{C/G}the ^{D/A}guardra^{C/G}il ^{C/G} \\ +\end{tabbing} +\end{verse} + +\begin{chorus} +As she said ^{G}woo \\ +^{D/F#}Baby, ^{Am}take me ^{C/G} \\ +And I said ^{G}woo \\ +^{D/F#}Baby, ^{Am}take me too ^{C/G} \\ + +As she said ^{G}woo \\ +^{D/F#}Baby, ^{Am}take me ^{C/G} \\ +And I said ^{G}woo \\ +^{D/F#}Baby, ^{Am}take me too ^{C/G} ^{NC}\\ +\end{chorus} + +\end{song} +\end{document} diff --git a/songs/Phish/Dog Faced Boy.tex b/songs/Phish/Dog Faced Boy.tex new file mode 100755 index 0000000..71b4b1f --- /dev/null +++ b/songs/Phish/Dog Faced Boy.tex @@ -0,0 +1,66 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}{title={Dog Faced Boy}, band={Phish}, year={1994}, key={C}} + + +\begin{notes} +The C on line 2 of verse 3 is a half measure +\end{notes} + + +\begin{intro} +\begin{tabular}[t]{@{}lll} +|_{C } | _{G} | _{C} | +\end{tabular} +\end{intro} + +\begin{verse} +\begin{tabbing} +^{C}I can't spare a ^{G}moment for the ^{Am}dog faced boy \\ +^{F}I won't lend an^{G}other hand to the ^{C}worm girl of Hanoi \\ +^{E7}Don't deplete my oxygen for the ^{Am}guy who's turning blue \\ +But ^{C}ask me, and I'll do ^{G}anything for ^{C}you \\ +\end{tabbing} +\end{verse} + + +\begin{verse} +\begin{tabbing} +Whenever I ^{C}think of y^{C}ou it ^{C}only makes me feel ^{G}sad ^{G7} \\ +Whenever I ^{G7}think of ^{G7}you, the ^{G7}best friend I ever ^{C}had... \\ +Before I ^{Bb}gave it ^{F}all up for^{C} nothing \\ +\end{tabbing} +\end{verse} + + +\begin{verse} +\begin{tabbing} +Well, I ^{C}lied and I ^{C}cheated \\ +And it ^{C}made me feel ^{G}bad ^{G7} \\ +It ^{G7}made me feel guilty for^{G7} not being true \\ +Oh the ^{G7}months I spend trying for^{G7} a way to explain \\ +In the ^{G7}end all I could do was ^{G7}turn my head in sha^{C}me \\ +\end{tabbing} +\end{verse} + + +\begin{verse} +\begin{tabbing} +Whenever I ^{C}think of ^{C7}you, oh ^{F}darling, it only makes me feel ^{D7}sad \\ +Because ^{G7}you deserve better and ^{G7}once I was it \\ +^{G7}Somehow my good intentions ^{G7}just got up and git ^{C} \\ +\end{tabbing} +\end{verse} + + +\begin{verse} +\begin{tabbing} +So ^{F}I can´t spare a mom^{G}ent on the ^{C}dog faced boy \\ +^{F}I won't lend an^{G}other hand to the ^{C}worm girl of Hanoi \\ +^{E7}Don't deplete my oxygen for the g^{Am}uy who´s turning ^{F}blue \\ +But a^{C}sk me, and I`ll do a^{G}nything for ^{C}you \\ +\end{tabbing} +\end{verse} + +\end{song} +\end{document}