\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") \header { tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff { << \set Score.skipBars = ##t \new Voice = sopran { \global \sopranMelodieRefrain } \new Lyrics \lyricsto sopran { \sopranTextRefrain } \new Voice = alt { \global \altMelodieRefrain } \new Lyrics \lyricsto alt { \altTextRefrain } \new Voice = tenor { \global \tenorMelodieRefrain } \new Lyrics \lyricsto tenor { \tenorTextRefrain } \new Voice = bass { \global \bassMelodieRefrain } \new Lyrics \lyricsto bass { \bassTextRefrain } >> } \new ChoirStaff { << \new Voice = sopranstr { \global \sopranMelodieStr } \new Lyrics \lyricsto sopranstr { \sopranTextStrI } \new Lyrics \lyricsto sopranstr { \sopranTextStrII } \new Voice = altstr { \global \altMelodieStr } \new Lyrics \lyricsto altstr { \altTextStrI } \new Lyrics \lyricsto altstr { \altTextStrII } \new Voice = tenorstr { \global \tenorMelodieStr } \new Lyrics \lyricsto tenorstr { \tenorTextStrI } \new Lyrics \lyricsto tenorstr { \tenorTextStrII } \new Voice = bassstr { \global \bassMelodieStr } \new Lyrics \lyricsto bassstr { \bassTextStrI } \new Lyrics \lyricsto bassstr { \bassTextStrII } >> } \layout { indent = #0 } }