diff --git a/were-you-there-sab.ly b/were-you-there-sab.ly index f820bcd..1edb5da 100644 --- a/were-you-there-sab.ly +++ b/were-you-there-sab.ly @@ -46,27 +46,6 @@ baritone = \relative ef { af'4 c | bf2 bf4 bf | bf g bf4. af8 | g1~ | g2 } -% sopTransition = \relative f' { -% \key bf \major -% f4 bf,8( c) d( ef) f4 | -% \key b \major -% fs4 as,8( b) cs( ds) e4 \bar "||" -% } -% -% altoTransition = \relative d' { -% \key bf \major -% d4 bf bf8( c) d4 | -% \key b \major -% cs4 as8( b) as( b) cs4 | -% } -% -% bariTransition = \relative bf { -% \key bf \major -% bf4 a af af | -% \key b \major -% as as8( gs) fs4 fs | -% } - verseOne = \lyricmode { \set stanza = "1. " Were you there when they cru -- ci -- fied my Lord? @@ -121,21 +100,3 @@ verseFour = \lyricmode { >> \layout { } } - -% Optional modulation between verses four and five -% \score { -% << -% \new ChoirStaff << -% \new Staff = "sopTransition" << -% \new Voice = "sopTransition" { \voiceOne \sopTransition } -% \new Lyrics \lyricsto sopTransition { \refrain } -% \new Voice = "altoTransition" { \voiceTwo \altoTransition } -% >> -% \new Staff = "bariTransition" << -% \clef bass -% \new Voice = "bariTransition" { \voiceThree \bariTransition } -% >> -% >> -% >> -% \layout { } -% }