\score { \header { piece = "Benedictus" composer = ##f } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = frauen { \oneVoice \globalBenedictus \pausenFrauenBenedictus } \new Voice = sopran { \voiceOne \globalBenedictus \melodieSopranBenedictus } \new Voice = alt { \voiceTwo \globalBenedictus << \melodieAltBenedictus \artikulationBenedictus >> } >> \new Lyrics \lyricsto alt { \textBenedictus } \new Staff << \clef "bass" \new Voice = maenner { \oneVoice \globalBenedictus \pausenMaennerBenedictus } \new Voice = tenor { \voiceOne \globalBenedictus \melodieTenorBenedictus } \new Voice = bass { \voiceTwo \globalBenedictus << \melodieBassBenedictus \artikulationBenedictus >> } >> >> \layout { % indent = #0 \context { \Staff \RemoveEmptyStaves } } }