\include "deutsch.ly" 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 = "Wie lieblich ist der Maien" composer = "Johann Steuerlein 1575" poet = "Geistlich Nürnberg 1581" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \voiceOne \global \sopranMelodie } \new Voice = alt { \voiceTwo \global \altMelodie } >> \new Lyrics \lyricsto alt { \textI } \new Lyrics \lyricsto alt { \textII } \new Lyrics \lyricsto alt { \textIII } \new Lyrics \lyricsto alt { \textIV } \new Staff << \new Voice = maenner { \oneVoice \clef "bass" \global \maennerMelodie } >> >> \layout { indent = #0 } }