\include "deutsch.ly" \score { \new ChoirStaff << \set Score.skipBars = ##t \addQuote "sopranCue" { \sopranCue } \new Staff = "frauen" << \label #'Gloria \new Voice = pFrauen { \globalGloria \frauenPausenGloria } \new Voice = sopran { \globalGloria \voiceOne \sopranMelodieGloria } \new Voice = alt { \globalGloria \voiceTwo \altMelodieGloria } >> \new Lyrics = text { } \new Staff << \new Voice = pMaenner { \globalGloria \clef "bass" \maennerPausenGloria } \new Voice = tenor { \globalGloria \clef "bass" \voiceOne \tenorMelodieGloria } \new Voice = bass { \globalGloria \clef "bass" \voiceTwo \bassMelodieGloria } >> \context Lyrics = text \lyricsto alt \textGloria >> \layout { indent = #0 } \header { title = "Gloria in D" composer = "Antonio Vivaldi" tagline = ##f piece = "1. Gloria in excelsis" } }