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