\include "deutsch.ly" \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'Benedictus \new Voice = frauen { \globalBenedictus \frauenPausenBenedictus } \new CueVoice { \globalBenedictus \oneVoice \sopranSoloMelodieBenedictus } \new Voice = sopran { \globalBenedictus \voiceOne \sopranMelodieBenedictus } \new Voice = alt { \globalBenedictus \voiceTwo \altMelodieBenedictus } >> \new Lyrics = text { } \new Staff << \new Voice = maenner { \globalBenedictus \maennerPausenBenedictus } \new CueVoice { \globalBenedictus \clef "bass" \voiceOne \tenorSoloMelodieBenedictus } \new Voice = tenor { \globalBenedictus \clef "bass" \voiceOne \tenorMelodieBenedictus } \new CueVoice { \globalBenedictus \clef "bass" \voiceTwo \bassSoloMelodieBenedictus } \new Voice = bass { \globalBenedictus \clef "bass" \voiceTwo \bassMelodieBenedictus } >> \context Lyrics = text \lyricsto sopran \textBenedictus >> \layout { indent = #0 } \header { title = "Eine Messe für den Frieden" subtitle = "The armed man" composer = "Karl Jenkins *1944" tagline = ##f piece = "Benedictus" } }