diff --git a/bin/build.sh b/bin/build.sh index e236069..db269c1 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -1,5 +1,9 @@ #!/bin/zsh +export max_print_line=1000 +export error_line=254 +export half_error_line=238 + TEXML_HOME=$HOME/Library/texmf/tex/latex SONGS_HOME=`pwd` @@ -42,6 +46,6 @@ function make_packet { } setup_pdflatex -make_pdf "$1" +#make_pdf "$1" -#make_packet "packets/aircoustic202007.tex" +make_packet "packets/aircoustic202007.tex" diff --git a/packets/aircoustic202007.tex b/packets/aircoustic202007.tex index e500698..7f86aa1 100644 --- a/packets/aircoustic202007.tex +++ b/packets/aircoustic202007.tex @@ -2,9 +2,11 @@ \usepackage{grffile} \usepackage{pdfpages} \begin{document} -\includepdf[pages=-]{build/pdf/Commodores/Nightshift.pdf} \includepdf[pages=-]{build/pdf/Funkadelic/Can You Get To That.pdf} -\includepdf[pages=-]{build/pdf/Morcheeba/Part of the Process.pdf} -\includepdf[pages=-]{build/pdf/Prince/Kiss.pdf} \includepdf[pages=-]{build/pdf/Tracy Chapman/Give Me One Reason.pdf} +\includepdf[pages=-]{build/pdf/Tracy Chapman/Give Me One Reason Capo II.pdf} +\includepdf[pages=-]{build/pdf/Prince/Kiss.pdf} +\includepdf[pages=-]{build/pdf/Morcheeba/Part of the Process.pdf} +\includepdf[pages=-]{build/pdf/Morcheeba/Part of the Process Capo III.pdf} +\includepdf[pages=-]{build/pdf/Commodores/Nightshift.pdf} \end{document} diff --git a/songs/Commodores/Nightshift.tex b/songs/Commodores/Nightshift.tex index a9c51a6..a7161f4 100644 --- a/songs/Commodores/Nightshift.tex +++ b/songs/Commodores/Nightshift.tex @@ -17,7 +17,7 @@ he opened ^{C}up our ^{Cadd9}minds, ^{C} and I still can ^{D}hear him say \end{verse} \begin{bridge} -Aww, ^{Em}talk to me, so ^{Am7}you can see what's ^{Am7/D}going on \\ +Aww, ^{Em}talk to me, so ^{Am7}you can see what's ^*{Am7/D}going on \\ ^{Em}Say you will, ^{Am7}sing your songs, for-^{Cadd9}evermore, evermore, evermore \end{bridge} @@ -47,10 +47,8 @@ higher and higher} \end{verse} \begin{bridge} -^{Em}Keep it up and ^{Am7}we'll be there, -^{Am7/D}At your side \\ -Oh, ^{Em}say you will, ^{Am7}sing your songs, -For-^{Cadd9}evermore, evermore, evermore +^{Em}Keep it up and ^{Am7}we'll be there, ^{Am7/D}At your side \\ +Oh, ^{Em}say you will, ^{Am7}sing your songs, For-^{Cadd9}evermore, evermore, evermore \end{bridge} \begin{chorus} diff --git a/songs/Morcheeba/Part of the Process Body.tex b/songs/Morcheeba/Part of the Process Body.tex new file mode 100644 index 0000000..d83e1b8 --- /dev/null +++ b/songs/Morcheeba/Part of the Process Body.tex @@ -0,0 +1,52 @@ +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{Dm} & |_{Dm} & |_{Dm} & |_{Dm} & | 2x \\ +\end{tabular} +\end{intro} + \begin{verse} +^{Dm} Angry faces, ^{Dm} cursing loud, ^{Dm} changing places, ^{Dm} falling proud \\ +^{C} Behind the bomb, ^{G} no one cares, ^{Dm} time is money, ^{Dm} we're taught to tear +\end{verse} + +\begin{chorus} +^{D} It's all part of the process, ^{A} we all love looking ^{C}down, \\ +All we want is some suc^{G}cess, but the chance is never around \\ +^{D} It's all part of the process, ^{A} we all love looking ^{C}down, \\ +All we want is some suc^{G}cess, but the chance is never around +\end{chorus} + +\begin{interlude} +\begin{tabular}[t]{@{}lllll} +|_{Dm} & |_{Dm} & |_{Dm} & |_{Dm} & | \\ +\end{tabular} +\end{interlude} + +\begin{verse} +^{Dm} How can we show, ^{Dm} how to feel? ^{Dm} Situation, ^{Dm} ain't so real \\ +^{C} Chopping wood, ^{G} won't stop the rage, ^{Dm} we need targets ^{Dm} on war we wage +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{solo} +\begin{tabular}[t]{@{}lllll} +|_{D} & |_{A} & |_{C} & |_{G} & | 3x \\ +\end{tabular} +\end{solo} + +\begin{verse} +^{Dm} You smash they grab, ^{Dm} 'til its gone, ^{Dm} attempt to grow ^{Dm} and fix undone \\ +^{C} And I am the way, ^{G} it's all to scale, ^{Dm} we're all companions ^{Dm} on which we sail +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus 2x} +\end{chorus} + +\begin{outro} +\begin{tabular}[t]{@{}lllll} +|_{D} & |_{A} & |_{C} & |_{G} & | \instruction{End on _{D}} \\ +\end{tabular} +\end{outro} diff --git a/songs/Morcheeba/Part of the Process Capo III.tex b/songs/Morcheeba/Part of the Process Capo III.tex new file mode 100644 index 0000000..810f1de --- /dev/null +++ b/songs/Morcheeba/Part of the Process Capo III.tex @@ -0,0 +1,9 @@ +\documentclass{skrul-leadsheet} + +\begin{document} +\begin{song}[transpose-capo=true,transpose=-2]{title={Part of the Process}, band={Morcheeba}, year={1998}, key={Cm}, capo={3}} + +\input{"songs/Morcheeba/Part of the Process Body.tex"} + +\end{song} +\end{document} diff --git a/songs/Morcheeba/Part of the Process.tex b/songs/Morcheeba/Part of the Process.tex index 21c9bdd..d40e757 100644 --- a/songs/Morcheeba/Part of the Process.tex +++ b/songs/Morcheeba/Part of the Process.tex @@ -1,59 +1,9 @@ \documentclass{skrul-leadsheet} + \begin{document} -\begin{song}[transpose-capo=true,transpose=-2]{title={Part of the Process}, band={Morcheeba}, year={1998}, key={Cm}, capo={3}} +\begin{song}[transpose-capo=true,transpose=-2]{title={Part of the Process}, band={Morcheeba}, year={1998}, key={Cm}} -\begin{intro} -\begin{tabular}[t]{@{}lllll} -|_{Dm} & |_{Dm} & |_{Dm} & |_{Dm} & | 2x \\ -\end{tabular} -\end{intro} - \begin{verse} -^{Dm} Angry faces, ^{Dm} cursing loud, ^{Dm} changing places, ^{Dm} falling proud \\ -^{C} Behind the bomb, ^{G} no one cares, ^{Dm} time is money, ^{Dm} we're taught to tear -\end{verse} - -\begin{chorus} -^{D} It's all part of the process, ^{A} we all love looking ^{C}down, \\ -All we want is some suc^{G}cess, but the chance is never around \\ -^{D} It's all part of the process, ^{A} we all love looking ^{C}down, \\ -All we want is some suc^{G}cess, but the chance is never around -\end{chorus} - -\begin{interlude} -\begin{tabular}[t]{@{}lllll} -|_{Dm} & |_{Dm} & |_{Dm} & |_{Dm} & | \\ -\end{tabular} -\end{interlude} - -\begin{verse} -^{Dm} How can we show, ^{Dm} how to feel? ^{Dm} Situation, ^{Dm} ain't so real \\ -^{C} Chopping wood, ^{G} won't stop the rage, ^{Dm} we need targets ^{Dm} on war we wage -\end{verse} - -\begin{chorus} -\instruction{Repeat Chorus} -\end{chorus} - -\begin{solo} -\begin{tabular}[t]{@{}lllll} -|_{D} & |_{A} & |_{C} & |_{G} & | 3x \\ -\end{tabular} -\end{solo} - -\begin{verse} -^{Dm} You smash they grab, ^{Dm} 'til its gone, ^{Dm} attempt to grow ^{Dm} and fix undone \\ -^{C} And I am the way, ^{G} it's all to scale, ^{Dm} we're all companions ^{Dm} on which we sail -\end{verse} - -\begin{chorus} -\instruction{Repeat Chorus 2x} -\end{chorus} - -\begin{outro} -\begin{tabular}[t]{@{}lllll} -|_{D} & |_{A} & |_{C} & |_{G} & | \instruction{End on _{D}} \\ -\end{tabular} -\end{outro} +\input{"songs/Morcheeba/Part of the Process Body.tex"} \end{song} \end{document} diff --git a/songs/Tracy Chapman/Give Me One Reason Body.tex b/songs/Tracy Chapman/Give Me One Reason Body.tex new file mode 100644 index 0000000..512d45f --- /dev/null +++ b/songs/Tracy Chapman/Give Me One Reason Body.tex @@ -0,0 +1,57 @@ +\begin{intro} +\begin{tabular}[t]{@{}lllll} +|_{F#} & |_{B} - _{C#7} & |_{F#} & |_{F#} & | \\ +|_{B} & |_{B7} - _{C#7} & |_{F#} & |_{F#} & | \\ +|_{C#7} & |_{B} & |_{F#} & |_{F#} & | \\ +\end{tabular} +\end{intro} + +\begin{chorus} +^{F#}Give me one reason to stay here, ^{B}and ^{-}I'll ^{C#7}turn right back ^{F#}around ^{F#7} ^{-} ^{F#} \\ +^{B}Give me one reason to stay here, ^{B7} an^{-}d I'll ^{C#7}turn right back ^{F#}around ^{F#7} ^{-} ^{F#} \\ +Said I ^{C#7}don't wanna leave you lonely, +^{B}you gotta make me change my ^{F#}mind ^{F#7} ^{-} ^{F#} +\end{chorus} + +\begin{verse} +^{F#}Baby I got your number, oh ^*{B}an ^{-}d I ^{C#7}know that you got ^{F#}mine ^{F#7} ^{-} ^{F#} \\ +^{B}You know that I called you, ^{B7} ^{-}I ^{C#7}called too many ^{F#}times ^{F#7} ^{-} ^{F#} \\ +You can ^{C#7}call me baby, you can ^{B}call me anytime, +but you got to ^{F#}call me ^{F#7} ^{-} ^{F#} +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{verse} +I don't ^{F#}want no one to squeeze me ^{B} they ^{-}might ^{C#7}take away my ^{F#}life ^{F#7} ^{-} ^{F#} \\ +I don't ^{B}want no one to squeeze me ^{B7} they ^{-}might ^{C#7}take away my ^{F#}life ^{F#7} ^{-} ^{F#} \\ +I just ^{C#7}want someone to hold me, ^{B} oh, and rock me through the ^{F#}night ^{F#7} ^{-} ^{F#} +\end{verse} + +\begin{solo} +\begin{tabular}[t]{@{}lllll} +|_{F#} & |_{B} - _{C#7} & |_{F#} & |_{F#} & | \\ +|_{B} & |_{B7} - _{C#7} & |_{F#} & |_{F#} & | \\ +|_{C#7} & |_{B} & |_{F#} & |_{F#} & | \\ +\end{tabular} +\end{solo} + +\begin{verse} +This ^{F#}youthful heart can love you, ^{B} yes, ^{-}and ^{C#7}give you what you ^{F#}need ^{F#7} ^{-} ^{F#} \\ +I said this ^{B}youthful heart can love you, ^{B7} oh, ^{-}and ^{C#7}give you what you ^{F#}need ^{F#7} ^{-} ^{F#} \\ +But I'm too ^{C#7}old to go chasing you around, ^{B} +wasting my precious ener^{F#}gy ^{F#7} ^{-} ^{F#} +\end{verse} + +\begin{chorus} +\instruction{Repeat Chorus} +\end{chorus} + +\begin{verse} +^{F#}Baby, just give me one reason, ^{B} oh gi^{-}ve me ^{C#7}just one reason ^{F#}why ^{F#7} ^{-} ^{F#} \\ +^{B}Baby, just give me one reason, ^{B7} oh gi^{-}ve me ^{C#7}just one reason ^{F#}why I should stay ^{F#7} ^{-} ^{F#} \\ +Said I ^{C#7}told you that I loved you ^{B*} +and there ain't no more to ^{F#*}say ^{C#7*} ^{B7*} ^{F#*} +\end{verse} diff --git a/songs/Tracy Chapman/Give Me One Reason Capo II.tex b/songs/Tracy Chapman/Give Me One Reason Capo II.tex new file mode 100644 index 0000000..d9356c6 --- /dev/null +++ b/songs/Tracy Chapman/Give Me One Reason Capo II.tex @@ -0,0 +1,9 @@ +\documentclass{skrul-leadsheet} + +\begin{document} +\begin{song}[transpose-capo=true]{title={Give Me One Reason}, band={Tracy Chapman}, year={1995}, key={F#}, capo={2}} + +\input{"songs/Tracy Chapman/Give Me One Reason Body.tex"} + +\end{song} +\end{document} diff --git a/songs/Tracy Chapman/Give Me One Reason.tex b/songs/Tracy Chapman/Give Me One Reason.tex index b430ec2..8f1fb64 100644 --- a/songs/Tracy Chapman/Give Me One Reason.tex +++ b/songs/Tracy Chapman/Give Me One Reason.tex @@ -1,64 +1,9 @@ \documentclass{skrul-leadsheet} + \begin{document} -\begin{song}[transpose-capo=true]{title={Give Me One Reason}, band={Tracy Chapman}, year={1995}, key={F#}, capo={2}} +\begin{song}[transpose-capo=true]{title={Give Me One Reason}, band={Tracy Chapman}, year={1995}, key={F#}} -\begin{intro} -\begin{tabular}[t]{@{}lllll} -|_{F#} & |_{B} - _{C#7} & |_{F#} & |_{F#} & | \\ -|_{B} & |_{B7} - _{C#7} & |_{F#} & |_{F#} & | \\ -|_{C#7} & |_{B} & |_{F#} & |_{F#} & | \\ -\end{tabular} -\end{intro} - -\begin{chorus} -^{F#}Give me one reason to stay here, ^{B}and ^{-}I'll ^{C#7}turn right back ^{F#}around ^{F#7} ^{-} ^{F#} \\ -^{B}Give me one reason to stay here, ^{B7} an^{-}d I'll ^{C#7}turn right back ^{F#}around ^{F#7} ^{-} ^{F#} \\ -Said I ^{C#7}don't wanna leave you lonely, -^{B}you gotta make me change my ^{F#}mind ^{F#7} ^{-} ^{F#} -\end{chorus} - -\begin{verse} -^{F#}Baby I got your number, oh ^*{B}an ^{-}d I ^{C#7}know that you got ^{F#}mine ^{F#7} ^{-} ^{F#} \\ -^{B}You know that I called you, ^{B7} ^{-}I ^{C#7}called too many ^{F#}times ^{F#7} ^{-} ^{F#} \\ -You can ^{C#7}call me baby, you can ^{B}call me anytime, -but you got to ^{F#}call me ^{F#7} ^{-} ^{F#} -\end{verse} - -\begin{chorus} -\instruction{Repeat Chorus} -\end{chorus} - -\begin{verse} -I don't ^{F#}want no one to squeeze me ^{B} they ^{-}might ^{C#7}take away my ^{F#}life ^{F#7} ^{-} ^{F#} \\ -I don't ^{B}want no one to squeeze me ^{B7} they ^{-}might ^{C#7}take away my ^{F#}life ^{F#7} ^{-} ^{F#} \\ -I just ^{C#7}want someone to hold me, ^{B} oh, and rock me through the ^{F#}night ^{F#7} ^{-} ^{F#} -\end{verse} - -\begin{solo} -\begin{tabular}[t]{@{}lllll} -|_{F#} & |_{B} - _{C#7} & |_{F#} & |_{F#} & | \\ -|_{B} & |_{B7} - _{C#7} & |_{F#} & |_{F#} & | \\ -|_{C#7} & |_{B} & |_{F#} & |_{F#} & | \\ -\end{tabular} -\end{solo} - -\begin{verse} -This ^{F#}youthful heart can love you, ^{B} yes, ^{-}and ^{C#7}give you what you ^{F#}need ^{F#7} ^{-} ^{F#} \\ -I said this ^{B}youthful heart can love you, ^{B7} oh, ^{-}and ^{C#7}give you what you ^{F#}need ^{F#7} ^{-} ^{F#} \\ -But I'm too ^{C#7}old to go chasing you around, ^{B} -wasting my precious ener^{F#}gy ^{F#7} ^{-} ^{F#} -\end{verse} - -\begin{chorus} -\instruction{Repeat Chorus} -\end{chorus} - -\begin{verse} -^{F#}Baby, just give me one reason, ^{B} oh gi^{-}ve me ^{C#7}just one reason ^{F#}why ^{F#7} ^{-} ^{F#} \\ -^{B}Baby, just give me one reason, ^{B7} oh gi^{-}ve me ^{C#7}just one reason ^{F#}why I should stay ^{F#7} ^{-} ^{F#} \\ -Said I ^{C#7}told you that I loved you ^{B*} -and there ain't no more to ^{F#*}say ^{C#7*} ^{B7*} ^{F#*} -\end{verse} +\input{"songs/Tracy Chapman/Give Me One Reason Body.tex"} \end{song} \end{document}