\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "stimmen.ly" \include "texte.ly" #(ly:set-option 'relative-includes #f) %spezifisch% \pointAndClickOff \header { tagline = ##f } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Auf meinen lieben Gott" poet = "Text: Lübeck vor 1603, Wittenberg und Nürnberg 1607" composer = "Melodie: Jakob Regnart 1574; geistlich 1578" arranger = "Satz: J.S.Bach (1685-1750)" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = oberstimme { \global \oneVoice \oberstimmeMelodie } >> \new Staff << \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics \lyricsto sopran { \textI } \new Lyrics \lyricsto sopran { \textII } \new Lyrics \lyricsto sopran { \textIII } \new Lyrics \lyricsto sopran { \textIV } \new Lyrics \lyricsto sopran { \textV } \new Staff << \clef "bass" \new Voice = tenor { \global \voiceOne \tenorMelodie } \new Voice = bass { \global \voiceTwo \bassMelodie } >> >> \layout { indent = #0 } }