\include "deutsch.ly" include(artikulation.pre) include(stimmen.pre) include(texte.pre) %spezifisch% \version "2.19.80" \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Bewahr die Erde, Gott" composer = "Melodie: aus Italien" arranger = "Satz: Manfred Weiss (2007)" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \global \voiceOne << \sopranMelodie \artikulation >> } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics \lyricsto sopran { \textI } \new Lyrics \lyricsto sopran { \textII } \new Lyrics \lyricsto sopran { \textIII } \new Staff << \new Voice = tenor { \global \clef "bass" \voiceOne << \tenorMelodie \artikulation >> } \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } >> >> \layout { indent = #0 } }