\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 = "Friede erfüllet Stadt und Land" poet = "Dänischer Text: Bernhard Severin Ingemann" meter = "Deutsche Textfassung: Johanna van Führen" composer = "Musik: Niels la Cour (*1944)" } \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 { \textDeuI } \new Lyrics \lyricsto sopran { \textDeuII } \new Lyrics \lyricsto sopran { \textDeuIII } \new Lyrics \lyricsto sopran { \textDeuIV } \new Lyrics \lyricsto sopran { \textDeuV } \new Lyrics \lyricsto sopran { \textDeuVI } \new Lyrics \lyricsto sopran { \textDeuVII } \new Lyrics \lyricsto sopran { \textDaeI } \new Lyrics \lyricsto sopran { \textDaeII } \new Lyrics \lyricsto sopran { \textDaeIII } \new Lyrics \lyricsto sopran { \textDaeIV } \new Lyrics \lyricsto sopran { \textDaeV } \new Lyrics \lyricsto sopran { \textDaeVI } \new Lyrics \lyricsto sopran { \textDaeVII } \new Staff << \new Voice = tenor { \clef "bass" \global \voiceOne << \melodieTenor \artikulation >> } \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass } >> >> \layout { % indent = #0 } }