fix title
This commit is contained in:
parent
49c8b162f5
commit
5dd53b0405
@ -1,8 +1,8 @@
|
|||||||
\documentclass{skrul-leadsheet}
|
\documentclass{skrul-leadsheet}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\begin{song}{title={Faith}, band={George Michael}, year={1987}, key={B}}
|
|
||||||
|
|
||||||
|
\begin{song}{title={Faith}, band={George Michael}, year={1987}, key={B}}
|
||||||
\begin{intro}
|
\begin{intro}
|
||||||
_{B}
|
_{B}
|
||||||
\end{intro}
|
\end{intro}
|
||||||
@ -37,21 +37,23 @@ Oh baby I rec^{E}onsider my fool^{B}ish ^{G#m}notion \\
|
|||||||
Well I ^{C#m}need someone to hold me but I'll ^{F#}wait for something more
|
Well I ^{C#m}need someone to hold me but I'll ^{F#}wait for something more
|
||||||
\end{prechorus}
|
\end{prechorus}
|
||||||
|
|
||||||
\begin{chorus}
|
\begin{info}
|
||||||
\instruction{Repeat Chorus}
|
\instruction{Repeat Chorus}
|
||||||
\end{chorus}
\begin{solo}
|
\end{info}
|
||||||
|
|
||||||
|
\begin{solo}
|
||||||
_{B} Mmm mmm doo mmm doo _{B} Doo doo doo doo doo \\
|
_{B} Mmm mmm doo mmm doo _{B} Doo doo doo doo doo \\
|
||||||
_{E} Doo hummm doo humm doo _{B} I just had to wait cuz I gotta have \\
|
_{E} Doo hummm doo humm doo _{B} I just had to wait cuz I gotta have \\
|
||||||
_{B} Faith \space\space\space\space\space\space\space\space\space\space _{B} \space\space\space\space\space\space\space\space I gotta have \\
|
_{B} Faith \space\space\space\space\space\space\space\space\space\space _{B} \space\space\space\space\space\space\space\space I gotta have \\
|
||||||
_{E} Faith... \space\space\space\space\space\space _{B} Got to got to got to have faith
|
_{E} Faith... \space\space\space\space\space\space _{B} Got to got to got to have faith
|
||||||
\end{solo}
|
\end{solo}
|
||||||
|
|
||||||
\begin{prechorus}
\instruction{Repeat Second Prechorus}
|
\begin{info}
\instruction{Repeat second Prechorus}
|
||||||
\end{prechorus}
|
\end{info}
|
||||||
|
|
||||||
\begin{chorus}
|
\begin{info}
|
||||||
\instruction{Repeat Chorus}
|
\instruction{Repeat Chorus}
|
||||||
\end{chorus}
|
\end{info}
|
||||||
|
|
||||||
\end{song}
|
\end{song}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
@ -29,9 +29,9 @@ Don't ^{C}fall ^{Dm}on ^{F}me ^{G} (What is it up in the air for) (It's gonna fa
|
|||||||
^{Dm}Buy the ^{G}sky and ^{C}sell the ^{Dm/F}sky and ^{Dm}bleed the sky and ^{G7}tell the sky
|
^{Dm}Buy the ^{G}sky and ^{C}sell the ^{Dm/F}sky and ^{Dm}bleed the sky and ^{G7}tell the sky
|
||||||
\end{verse}
|
\end{verse}
|
||||||
|
|
||||||
\begin{chorus}
|
\begin{info}
|
||||||
\instruction{Repeat Chorus}
|
\instruction{Repeat Chorus}
|
||||||
\end{chorus}
|
\end{info}
|
||||||
|
|
||||||
\begin{bridge}
|
\begin{bridge}
|
||||||
^{Am} Well I could ^{F}keep it above, ^{Am} But then it ^{Em}wouldn't be sky any^{Am}more \\
|
^{Am} Well I could ^{F}keep it above, ^{Am} But then it ^{Em}wouldn't be sky any^{Am}more \\
|
||||||
@ -43,9 +43,9 @@ So if I ^{F}send it to you you've got to ^{Dm}promise to keep it ^{G}whole
|
|||||||
And ^{Dm}ask the sky ^{C}and ^{G}ask the sky
|
And ^{Dm}ask the sky ^{C}and ^{G}ask the sky
|
||||||
\end{verse}
|
\end{verse}
|
||||||
|
|
||||||
\begin{chorus}
|
\begin{info}
|
||||||
\instruction{Repeat Chorus 3x}
|
\instruction{Repeat Chorus 3x}
|
||||||
\end{chorus}
|
\end{info}
|
||||||
|
|
||||||
\end{song}
|
\end{song}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
@ -23,13 +23,16 @@
|
|||||||
|
|
||||||
\definesongtitletemplate{leadsheet}{%
|
\definesongtitletemplate{leadsheet}{%
|
||||||
{\large \textbf{\songproperty{title}} - \songproperty{band}}
|
{\large \textbf{\songproperty{title}} - \songproperty{band}}
|
||||||
{\small // \songproperty{year} // Key: \songproperty{key}}
|
{\footnotesize \space\space // \space\space \songproperty{year} \space\space // \space\space key: \songproperty{key}}
|
||||||
\hrule
|
|
||||||
|
\vspace{-0.5\baselineskip}
|
||||||
|
\hrulefill
|
||||||
}
|
}
|
||||||
|
|
||||||
\setleadsheets{
|
\setleadsheets{
|
||||||
title-template = leadsheet,
|
title-template = leadsheet,
|
||||||
align-chords=l,
|
align-chords=l,
|
||||||
|
verse/numbered,
|
||||||
chords/format = \bfseries,
|
chords/format = \bfseries,
|
||||||
verses-label-format = \itshape
|
verses-label-format = \itshape
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user