\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 = "" title = "Wie lieblich ist der Maien" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff { << \new Voice = pFrauen { \global \pausen } \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 = pMaenner { \clef "bass" \global \pausen } \new Voice = tenor { \voiceOne \clef "bass" \global \tenorMelodie } \new Voice = bass { \voiceTwo \clef "bass" \global \bassMelodie } >> >> \layout { indent = #0 } }