\include "deutsch.ly" \include "stimmen.ly" \include "texte.ly" #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \pointAndClickOff \header { tagline = "" title = "Schalom, Schalom, der Herr segne uns" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new ChordNames { \global \harmonien } \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 = tenor { \voiceOne \clef "bass" \global \tenorMelodie } \new Voice = bass { \voiceTwo \clef "bass" \global \bassMelodie } >> >> \layout { indent = #0 } }