\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 = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << \new Staff << \new Voice = "Sopran" \sopranMelodie \new Lyrics \lyricsto "Sopran" \sopranText >> \new Staff << \altMelodie \new Lyrics = one \lyricsto refrain \textRefrain \context Lyrics = one \lyricsto verse \textI \new Lyrics = two \lyricsto verse \textII \new Lyrics = three \lyricsto verse \textIII >> \new Staff << \new Voice = "Tenor" { \voiceOne \clef "bass" \tenorMelodie } \new Voice = "Bass" { \voiceTwo \clef "bass" \bassMelodie } >> >> \layout { indent = #0 } }