\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 = "El Haderech" tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = alle { \global \alleMelodie } >> \new Lyrics \lyricsto alle { \textAlle } \new Lyrics = sopranText { } \new Staff << \new Voice = frauen { \global \frauenPausen } \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 = tenorText { } \new Staff << \new Voice = maenner { \clef "bass" \global \maennerPausen } \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 \context { \Staff \RemoveEmptyStaves } } }