\include "deutsch.ly" \score { % Agnus % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'Agnus \new Voice = frauen { \globalAgnus \pausenAgnusFrauen } \new Voice = sopran { \globalAgnus \voiceOne \sopranMelodieAgnus } \new Voice = alt { \globalAgnus \voiceTwo \altMelodieAgnus } >> \new Lyrics = text { } \new Staff << \new Voice = maenner { \globalAgnus \pausenAgnusMaenner } \new Voice = tenor { \globalAgnus \clef "bass" \voiceOne \tenorMelodieAgnus } \new Voice = bass { \globalAgnus \clef "bass" \voiceTwo \bassMelodieAgnus } >> \context Lyrics = text \lyricsto bass \textAgnus >> \layout { indent = #0 } \header { title = "8. Domine Deus, agnus Dei" composer = ##f } } % }}}