Remove inapplicable transition from Were You There

This commit is contained in:
Chandler Swift 2026-01-07 23:17:39 -06:00
parent 33976ae8de
commit df296fea16
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -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 { }
% }