\include "deutsch.ly" \score { \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = textSopran { } \new Staff << \label #'IV \new Voice = frauen { \globalIV \oneVoice \frauenPausenIV } \new Voice = sopran { \globalIV \voiceOne << \sopranMelodieIV \artikulationIV >> } \new Voice = alt { \globalIV \voiceTwo \altMelodieIV } >> \new Lyrics = textAlt { } \new Staff << \new Voice = maenner { \globalIV \oneVoice \maennerPausenIV } \new Voice = tenor { \globalIV \clef "bass" \voiceOne \tenorMelodieIV } \new Voice = bass { \globalIV \clef "bass" \voiceTwo << \bassMelodieIV \artikulationIV >> } >> \new Lyrics = textBass { } \context Lyrics = textSopran \lyricsto sopran \sopranTextIV \context Lyrics = textAlt \lyricsto alt \altTextIV \context Lyrics = textBass \lyricsto bass \bassTextIV >> \layout { indent = #0 } \header { tagline = ##f piece = "4. Chor" } }