\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 { tagline = "" title = "So nimm denn meine Hände" poet = "Text: Julie Hausmann (1826-1901)" composer = "Melodie: Friedrich Silcher (1789 - 1860)" arranger = "Satz: Julius Abel (1838-1928)" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff { << \new Voice = "sopran" { \global \voiceOne \sopranMelodie } \new Voice = "alt" { \global \voiceTwo \altMelodie } >> } \new Lyrics = "textEins" {} \new Lyrics = "textEinsA" {} \new Lyrics = "textZwei" {} \new Lyrics = "textZweiA" {} \new Lyrics = "textDrei" {} \new Lyrics = "textDreiA" {} \new Staff = "maenner" << \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } >> \context Lyrics = "textEins" \lyricsto "bass" \textI \context Lyrics = "textEinsA" \lyricsto "bass" \textIA \context Lyrics = "textZwei" \lyricsto "bass" \textII \context Lyrics = "textZweiA" \lyricsto "bass" \textIIA \context Lyrics = "textDrei" \lyricsto "bass" \textIII \context Lyrics = "textDreiA" \lyricsto "bass" \textIIIA >> \layout { indent = #0 } }