\include "deutsch.ly" \score { \header { piece = \markup { \bold "11. Chor" } } \new ChoirStaff << \set Score.skipBars = ##t \new Staff { << \new Voice = frauen { \globalXI \pausenXI } \new Voice = sopran { \globalXI \voiceOne \sopranXI } \new Voice = alt { \globalXI \voiceTwo \altXI } >> } \new Lyrics = textXI \new Staff << \new Voice = maenner { \globalXI \clef "bass" \pausenXI } \new Voice = tenor { \globalXI \clef "bass" \voiceOne \tenorXI } \new Voice = bass { \globalXI \clef "bass" \voiceTwo \bassXI } >> \context Lyrics = textXI \lyricsto bass \textXI >> \layout { indent = #0 } }