\score { \header { piece = "Sanctus" composer = ##f } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = frauen { \oneVoice \globalSanctus \pausenFrauenSanctus } \new Voice = sopran { \voiceOne \globalSanctus \melodieSopranSanctus } \new Voice = alt { \voiceTwo \globalSanctus << \melodieAltSanctus \artikulationSanctus >> } >> \new Lyrics \lyricsto alt { \textSanctus } \new Staff << \clef "bass" \new Voice = maenner { \oneVoice \globalSanctus \pausenMaennerSanctus } \new Voice = tenor { \voiceOne \globalSanctus \melodieTenorSanctus } \new Voice = bass { \voiceTwo \globalSanctus << \melodieBassSanctus \artikulationSanctus >> } >> >> \layout { % indent = #0 \context { \Staff \RemoveEmptyStaves } } }