Battle Cry of Freedom: Unterschied zwischen den Versionen

Zeile 194: Zeile 194:
While we ral -- ly round the flag, boys, ral -- ly once a -- gain,
While we ral -- ly round the flag, boys, ral -- ly once a -- gain,
Shou -- ting the bat -- tle cry of free -- dom!
Shou -- ting the bat -- tle cry of free -- dom!
}
\score {
\new ChoirStaff <<
  \new Staff = "sopranos" <<
    \set Staff.instrumentName = #"Sopran"
    \new Voice = "sopranos" {
      \global
      \air
    }
  >>
  \new Lyrics \lyricsto "sopranos" {
    \text
  }
  \new Staff = "altos" <<
    \set Staff.instrumentName = #"Alt"
    \new Voice = "altos" {
      \global
      \alto
    }
  >>
  \new Lyrics \lyricsto "altos" {
    \text
  }
  \new Staff = "tenors" <<
    \set Staff.instrumentName = #"Tenor"
    \new Voice = "tenors" {
      \global
      \tenor
    }
  >>
  \new Lyrics \lyricsto "tenors" {
    \text
  }
  \new Staff = "basses" <<
    \set Staff.instrumentName = #"Bass"
    \new Voice = "basses" {
      \global
      \bass
    }
  >>
  \new Lyrics \lyricsto "basses" {
    \text
  }
>>  % end ChoirStaff
}
}


19.641

Bearbeitungen