\include "deutsch.ly" \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff = "frauen" << \new Lyrics = textSopran \with { alignAboveContext = "frauen" } { } \label #'Gloria \new Voice = pFrauen { \globalGloria \pausenGloria } \new Voice = sopran { \globalGloria \voiceOne \sopranMelodieGloria } \new Voice = alt { \globalGloria \voiceTwo \altMelodieGloria } >> \new Lyrics = textAlt { } \new Lyrics = textTenor { } \new Staff << \new Voice = pMaenner { \globalGloria \clef "bass" \pausenGloria } \new Voice = tenor { \globalGloria \clef "bass" \voiceOne \tenorMelodieGloria } \new Voice = bass { \globalGloria \clef "bass" \voiceTwo \bassMelodieGloria } >> \new Lyrics = textBass { } \context Lyrics = textSopran \lyricsto sopran \textGloriaSopran \context Lyrics = textAlt \lyricsto alt \textGloriaAlt \context Lyrics = textTenor \lyricsto tenor \textGloriaTenor \context Lyrics = textBass \lyricsto bass \textGloriaBass >> \layout { indent = #0 } \header { title = "Gloria in D" composer = "Antonio Vivaldi" tagline = ##f piece = "1. Gloria in excelsis" } }