From 4307eb107a6ee60ec97122812f11c5622d7f5cc1 Mon Sep 17 00:00:00 2001 From: Steve Krulewitz Date: Sat, 10 Apr 2021 21:54:32 -0700 Subject: [PATCH] that time again --- songs/Big Star/In the Street.tex | 37 ++++++++++ songs/Johnny Mandel/Suicide Is Painless.tex | 71 ++++++++++++++++++ songs/Mouse Rat/5,000 Candles in the Wind.tex | 49 +++++++++++++ songs/The Beach Boys/God Only Knows.tex | 72 +++++++++++++++++++ 4 files changed, 229 insertions(+) create mode 100644 songs/Big Star/In the Street.tex create mode 100644 songs/Johnny Mandel/Suicide Is Painless.tex create mode 100644 songs/Mouse Rat/5,000 Candles in the Wind.tex create mode 100644 songs/The Beach Boys/God Only Knows.tex diff --git a/songs/Big Star/In the Street.tex b/songs/Big Star/In the Street.tex new file mode 100644 index 0000000..42fe804 --- /dev/null +++ b/songs/Big Star/In the Street.tex @@ -0,0 +1,37 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}[transpose-capo=true]{title={In the Street}, band={Big Star}, year={1972}, key={D}} + +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{D} \hspace{10pt} _{G*} _{D*} & |_{D} & |_{D} \hspace{10pt} _{G*} _{D*} & |_{D} & | \instruction{Note _{G*} is on the 3\&} \\ +\end{tabular} +\end{intro} + +\begin{verse} +^{D}Hanging out, ^{G*} ^{D*} ^{D} \hspace{20pt} ^{D}down the str^{G*}eet ^{D*} ^{D} \\ +The ^{D}same old th^{G*}ing ^{D*} ^{D} \hspace{20pt} ^{D}we did last we^{G*}ek ^{D*} ^{D} \\ +Not a ^{G}thing ^{G/F#}to ^{Em}do, but ^{G}talk ^{G/F#}to ^{Em}you +\end{verse} + +\begin{interlude} +\begin{tabular}[t]{@{}lllll} +|_{D} \hspace{10pt} _{G*} _{D*} & |_{D} & |_{D} \hspace{10pt} _{G*} _{D*} & |_{D} & | +\end{tabular} +\end{interlude} + +\begin{chorus} +^{D}Steal your car, {G*} ^{D*} ^{D} \hspace{20pt} and ^{D}bring it down ^{G*} ^{D*} ^{D} \\ +^{D}Pick me up, ^{G*} ^{D*} ^{D} \hspace{20pt} ^{D}we'll drive around ^{G*} ^{D*} ^{D} \\ +^{G}Wish ^{G/F#}we ^{Em}had a ^{G}joint ^{G/F#}so ^{Em}bad +\end{chorus} + +[Instrumental] +D G D G E + +\begin{verse} +^{B}Bust ^{B/A}a ^{B/G#}street ^{B/F#}light, out past midnight ^{F} ^{G#} ^{A} \\ +\end{verse} + +\end{song} +\end{document} diff --git a/songs/Johnny Mandel/Suicide Is Painless.tex b/songs/Johnny Mandel/Suicide Is Painless.tex new file mode 100644 index 0000000..36aa2d7 --- /dev/null +++ b/songs/Johnny Mandel/Suicide Is Painless.tex @@ -0,0 +1,71 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}[transpose-capo=true]{title={Suicide Is Painless}, band={Johnny Mandel}, year={1970}, key={}, capo={5}} +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{C} & |_{C} & |_{C} & |_{C} & | \\ +\end{tabular} +\end{intro} + +\begin{verse} +^{Am}Through early ^{D7}morning fog I see, ^{G}visions of the ^{Em}things to be \\ +the ^{Am}pains that are with^{D}held for me, I ^{G}realize and ^{Em}I can ^{E}see. That... +\end{verse} + +\begin{chorus} +^{Am}Suicide is ^{D}painless \\ +It ^{G}brings on many ^{Em}changes \\ +and ^{Am}I can take or ^{D}leave it if I ^{Em}please. ^{E} +\end{chorus} + +\begin{verse} +^{Am}I try to find a ^{D7}way to make, ^{G}all our little ^{Em}joys relate \\ +^{Am}without that ever-^{D}present hate, ^{G}but now I know that ^{Em}it's too ^{E}late, +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{verse} +^{Am}The game of life is ^{D7}hard to play, ^{G}I'm gonna lose it ^{Em}anyway \\ +The ^{Am}losing card I'll ^{D}someday lay, so ^{G}this is all I ^{Em}have to ^{E}say. +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{verse} +^{Am}The only way to ^{D7}win is cheat, and ^{G}lay it down be^{Em}fore I'm beat \\ +^{Am}and to another ^{D}give my seat, for ^{G}that's the only ^{Em}painless ^{E}feat. +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{verse} +The ^{Am}sword of time will ^{D7}pierce our skins, it ^{G}doesn't hurt when ^{Em}it begins \\ +^{Am}But as it works its ^{D}way on in the ^{G}pain grows stronger...^{Em}watch it ^{E}grin +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{verse} +A ^{Am}brave man once re^{D7}quested me, ^{G}to answer questions ^{Em}that are key \\ +is ^{Am}it to be or ^{D}not to be, ^{G}and I replied 'oh ^{Em}why ask ^{E}me?' +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{outro} +...and ^{Am}you can do the ^{D}same thing if you ^{Em}please. +\end{outro} + +\end{song} +\end{document} diff --git a/songs/Mouse Rat/5,000 Candles in the Wind.tex b/songs/Mouse Rat/5,000 Candles in the Wind.tex new file mode 100644 index 0000000..5414539 --- /dev/null +++ b/songs/Mouse Rat/5,000 Candles in the Wind.tex @@ -0,0 +1,49 @@ +\documentclass{skrul-leadsheet} +\begin{document} +\begin{song}[transpose-capo=true]{title={5,000 Candles in the Wind}, band={Mouse Rat}, year={2011}, key={D}} + +\begin{intro} +\begin{tabular}[t]{@{}lll} +|_{D} - _{Dsus4} & |_{D} - _{Dsus4} & | +\end{tabular} +\end{intro} + +\begin{verse} +^{D}Up in horsey heaven, here's the ^{D}thing \\ +You ^{Em}trade your legs for angels ^{A}wings \\ +And ^{F#m}once we’ve all said good-^{Bm}bye \\ +You ^{C}take a running leap and you learn to ^{A}fly ^{-} ^{Asus4} +\end{verse} + +\begin{chorus} +^{D}Bye bye Li'l Seb^*{G}asti ^{-}an ^{Em*} ^{A*} \\ +^{D}Miss you in the saddest ^*{G}fash ^{-}ion ^{A*} ^{Asus4*} \\ +^{D}Bye bye Li'l Seb^*{G}asti ^{-}an ^{G*} ^{D/F#*} \\ +^{Em}You’re ^{-}5000 ^{A}candles in the ^*{D}wi ^{-}nd ^{Dsus4} +\end{chorus} + +\begin{interlude} +\begin{tabular}[t]{@{}ll} +|_{D} - _{Dsus4} & | +\end{tabular} +\end{interlude} + +\begin{verse} +And ^{D}though we all miss you every^{D}day \\ +We ^{Em}know you're up there eating heaven's ^{A}hay \\ +And ^{F#m}here's the part that hurts the ^{Bm}most \\ +^{C}Humans cannot ride a ^*{A}gho ^{-}st ^{Asus4} +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus 2x} +\end{chorus} + +\begin{outro} +^{Em}Maybe som^{-}eday we'll ^{A}saddle up ^*{D}aga ^{-}in ^{Dsus4} \\ +^{Em}And I know ^{-}I'll always ^{A}miss my ^*{A}hors ^{-}iest ^*{D}frie ^{-}nd ^{Dsus4} \\ +^{D} ^{-} ^{Dsus4} Spread your ^{D}wings ^{-} and ^{Dsus4}fly, spread your wings and ^{D*}fly +\end{outro} + +\end{song} +\end{document} \ No newline at end of file diff --git a/songs/The Beach Boys/God Only Knows.tex b/songs/The Beach Boys/God Only Knows.tex new file mode 100644 index 0000000..a68dc84 --- /dev/null +++ b/songs/The Beach Boys/God Only Knows.tex @@ -0,0 +1,72 @@ +\documentclass{skrul-leadsheet} +\usepackage{multicol} + +\begin{document} +\begin{song}[transpose-capo=true]{title={God Only Knows}, band={The Beach Boys}, year={1966}, key={A}, capo={2}} + +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{A} _{E/G#} & |_{F#m7} _{E/G#} & |_{A/E} _{B/F#} & |_{C/G} _{D/A} & | +\end{tabular} +\end{intro} + +\begin{verse} +\begin{multicols}{2} + +^{D/A}I may not always ^{Bm}love you, \\ +^{F#m}But long^{F#m7} as there are ^{B}stars above you, \\ +^{E/B}You’ll never ^{Cdim7}need to doubt it, \\ +^{E/B}I'll make you so ^{Bbm7b5}sure about it. + +\columnbreak + +\setchords{format={\sffamily}} +\begin{tabular}[t]{@{}llll} +\origchord{t}{x,p1,p2,o,p2,x}{_{Cdim7}} & +\origchord{t}{p4,x,p4,p4,p3,x}{_{Bbm7b5}} & +\origchord{5}{x,p1,p2,p3,p2,x}{_{Fdim}} & +\origchord{t}{x,p4,p2,o,o,o}{_{D#m7b5}} +\end{tabular} + +\end{multicols} +\end{verse} + +\begin{chorus} +^{A}God only ^{E/G#}knows what I'd ^{F#m7}be without ^{E}you. +\end{chorus} + +\begin{verse} +^{D/A}If you should ever ^{Bm}leave me, \\ +^{F#m}Though l^{F#m7}ife would still ^{B}go on believe me, \\ +^{E/B}The world could show ^{Cdim7}nothing to me, \\ +^{E/B}So what good would ^{Bbm7b5}living do me. +\end{verse} + \begin{chorus} +^{A}God only ^{E/G#}knows what I'd be ^{F#m7}without ^{E}you. +\end{chorus} + +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{G} & |_{Em6} & |_{Bm} _{Bm7} & |_{E7} & | Aah-aah-aah, Doo-doo-doo \\ +|_{A/E} & |_{Fdim} & |_{A/E} & |_{D#m7b5} & | Bah-buppa-bah, Bah-buppa-bah +\end{tabular} +\end{intro} + +\begin{chorus} +^{D/A}God only ^{A/C#}knows what I'd be with-^{Bm7}out you. +\end{chorus} + +\begin{verse} +^{D/A}If you should ever ^{Bm}leave me, \\ +^{F#m}Though l^{F#m7}ife would still ^{B}go on believe me, \\ +^{E/B}The world could show ^{Cdim7}nothing to me, \\ +^{E/B}So what good would ^{Bbm7b5}living do me. +\end{verse} + +\begin{outro} +^{A}God only ^{E/G#}knows what I'd be ^{F#m7}without ^{E}you-oo, \\ +^{A}God only ^{E/G#}knows what I'd be ^{F#m7}without ^{E}you \instruction{Repeat 6x and fade} +\end{outro} + +\end{song} +\end{document} \ No newline at end of file