\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "Itexte.ly" \include "Istimmen.ly" #(ly:set-option 'relative-includes #f) \score { \header { title = "1. Chor und Rezitativ" composer = ##f } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new CueVoice = "sopranCueI" { \globalI \autoBeamOn \sopranCueI } \new Voice = frauen { \globalI \oneVoice \frauenPausenI } \new Voice = sopran { \globalI \voiceOne \sopranMelodieI } \new Voice = alt { \globalI \voiceTwo \altMelodieI } >> \new Lyrics \lyricsto sopran { \textI } \new Staff << \clef "bass" \new CueVoice = "bassCueI" { \globalI \autoBeamOn \bassCueI } \new Voice = maenner { \globalI \oneVoice \maennerPausenI } \new Voice = tenor { \globalI \voiceOne \tenorMelodieI } \new Voice = bass { \globalI \voiceTwo \bassMelodieI } >> \new Lyrics \lyricsto bass { \textI } >> \layout { indent = #0 } }