\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 { title = "Es führt über den Main" tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = sopranText { } \new Staff << \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \context Lyrics = sopranText \lyricsto sopran { \textSopran } \new Lyrics \lyricsto alt { \textAlt } \new Lyrics \lyricsto sopran { \textI } \new Lyrics = tenorText { } \new Staff << \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie } \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie } >> \context Lyrics = tenorText \lyricsto tenor { \textTenor } \new Lyrics \lyricsto bass { \textBass } >> \layout { indent = #0 } }