\include "deutsch.ly" \score { \header { piece = \markup { \bold "15. Choral" } } \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = textXVSopran \new Staff { << \new Voice = frauen { \globalXV \pausenXV } \new Voice = sopran { \globalXV \voiceOne \sopranXV } \new Voice = alt { \globalXV \voiceTwo \altXV } >> } \new Lyrics = textXV \new Lyrics = textXVTenor \new Staff << \new Voice = maenner { \globalXV \clef "bass" \pausenXV } \new Voice = tenor { \globalXV \clef "bass" \voiceOne \tenorXV } \new Voice = bass { \globalXV \clef "bass" \voiceTwo \bassXV } >> \new Lyrics = textXVBass \context Lyrics = textXVSopran \lyricsto sopran \textXVSopran \context Lyrics = textXV \lyricsto alt \textXV \context Lyrics = textXVTenor \lyricsto tenor \textXVTenor \context Lyrics = textXVBass \lyricsto bass \textXVBass >> \layout { indent = #0 } }