\score { \header { piece = "Gloria" composer = ##f } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = frauen { \oneVoice \globalGloria \pausenFrauenGloria } \new Voice = sopran { \voiceOne \globalGloria \melodieSopranGloria } \new Voice = alt { \voiceTwo \globalGloria << \melodieAltGloria \artikulationGloria >> } >> \new Lyrics \lyricsto alt { \textGloria } \new Staff << \clef "bass" \new Voice = maenner { \oneVoice \globalGloria \pausenMaennerGloria } \new Voice = tenor { \voiceOne \globalGloria \melodieTenorGloria } \new Voice = bass { \voiceTwo \globalGloria << \melodieBassGloria \artikulationGloria >> } >> >> \layout { % indent = #0 \context { \Staff \RemoveEmptyStaves } } }