\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "artikulation.ly" \include "stimmen.ly" \include "texte.ly" #(ly:set-option 'relative-includes #f) %spezifisch% \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \pointAndClickOff \score { \header { title = "Sprichst du dein Vaterunser" poet = "Dänischer Text: Nikolaj F.S. Grundtvig" meter = "Deutsche Textfassung: Dänische Kirche, Südschleswig" composer = "Musik: Michael Bojesen (*1960)" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \global \voiceOne << \melodieSopran \artikulation >> } \new Voice = alt { \global \voiceTwo \melodieAlt } >> \new Lyrics \lyricsto sopran { \textDeu } \new Lyrics \lyricsto sopran { \textDae } \new Staff << \new Voice = tenor { \clef "bass" \global \voiceOne << \melodieTenor \artikulation >> } \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass } >> >> \layout { % indent = #0 } }