\include "deutsch.ly" \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'Sanctus \new Voice = frauen { \globalSanctus \frauenPausenSanctus } \new CueVoice { \globalSanctus \oneVoice \sopranSoloMelodieSanctus } \new Voice = sopran { \globalSanctus \voiceOne \sopranMelodieSanctus } \new Voice = alt { \globalSanctus \voiceTwo \altMelodieSanctus } >> \new Lyrics = text { } \new Staff << \new Voice = maenner { \globalSanctus \maennerPausenSanctus } \new Voice = tenor { \globalSanctus \clef "bass" \voiceOne \tenorMelodieSanctus } \new CueVoice { \globalSanctus \clef "bass" \oneVoice \bassSoloMelodieSanctus } \new Voice = bass { \globalSanctus \clef "bass" \voiceTwo \bassMelodieSanctus } >> \new Lyrics = textBass { } \context Lyrics = text \lyricsto alt \textSanctus \context Lyrics = textBass \lyricsto bass \bassTextSanctus >> \layout { indent = #0 } \header { title = "Eine Messe für den Frieden" subtitle = "The armed man" composer = "Karl Jenkins *1944" tagline = ##f piece = "Sanctus" } }