\include "deutsch.ly" include(stimmen.pre) include(texte.pre) #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopranI { \global \sopranIMelodie } >> \new Lyrics \lyricsto sopranI { \sopranIText } \new Staff << \new Voice = sopranII { \global \sopranIIMelodie } >> \new Lyrics \lyricsto sopranII { \sopranIIText } \new Staff << \new Voice = alt { \global \altMelodie } >> \new Lyrics \lyricsto alt { \altText } \new Staff << \new Voice = tenor { \global \clef "G_8" \tenorMelodie } >> \new Lyrics \lyricsto tenor { \tenorText } \new Staff << \new Voice = bassI { \global \clef "bass" \bassIMelodie } >> \new Lyrics \lyricsto bassI { \bassIText } \new Staff << \new Voice = bassII { \global \clef "bass" \bassIIMelodie } >> \new Lyrics \lyricsto bassII { \bassIIText } >> \layout { indent = #0 } }