\include "deutsch.ly" \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'Benedictus \new Voice = frauen { \globalBenedictus \oneVoice \pausenBenedictus } \new Voice = sopran { \globalBenedictus \voiceOne << \sopranMelodieBenedictus \artikulationBenedictus >> } \new Voice = alt { \globalBenedictus \voiceTwo \altMelodieBenedictus } >> \new Lyrics = text { } \new Staff << \new Voice = maenner { \globalBenedictus \oneVoice \pausenBenedictus } \new Voice = tenor { \globalBenedictus \clef "bass" \voiceOne \tenorMelodieBenedictus } \new Voice = bass { \globalBenedictus \clef "bass" \voiceTwo << \bassMelodieBenedictus \artikulationBenedictus >> } >> \context Lyrics = text \lyricsto sopran \textBenedictus >> \layout { indent = #0 } \header { title = "Missa Brevis" composer = "Jacob de Haan" tagline = ##f piece = "Benedictus" } }