\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 = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Geh aus, mein Herz, und suche Freud" poet = "Text: Paul Gerhardt (1607-1676)" composer = "Weise: Augustin Harder (1775-1813)" } \new ChoirStaff << \new Staff << \set Score.skipBars = ##t \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 Lyrics \lyricsto sopran { \textVI } \new Lyrics \lyricsto sopran { \textVII } \new Lyrics \lyricsto sopran { \textVIII } \new Lyrics \lyricsto sopran { \textIX } \new Lyrics \lyricsto sopran { \textX } \new Staff << \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } >> >> \layout { indent = #0 } }