\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 = "Das ist meine Freude" poet = "Text: Psalm 73,28" composer = "Musik: Dieter Golombek" tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = "textInterS" {} \new Staff << \new Voice = "sopran" { \global \sopranMelodie } >> \new Lyrics = "textS" {} \new Staff = "alt" << \new Voice = "alt" { \global \altMelodie } >> \new Lyrics = "textA" {} \new Staff = "maenner" << \new Voice = "maenner" { \global \clef "bass" \maennerMelodie } >> \new Lyrics = "textM" {} \context Lyrics = "textS" \lyricsto "sopran" \textSopran \context Lyrics = "textA" \lyricsto "alt" \textAlt \context Lyrics = "textM" \lyricsto "maenner" \textMaenner >> \layout { indent = #0 } }