\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 = "An hellen Tagen" composer = "Giovanni Gastodi (um 1550-1622)" tagline = "" } \paper { top-margin = 5 } inhalt = { \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopranI { \global \sopranIMelodie } >> \new Lyrics \lyricsto sopranI { \textI } \new Lyrics \lyricsto sopranI { \textII } \new Lyrics \lyricsto sopranI { \textIII } \new Staff << \new Voice = sopranII { \global \sopranIIMelodie } >> \new Staff << \new Voice = alt { \global \altMelodie } >> \new Lyrics \lyricsto alt { \textI } \new Lyrics \lyricsto alt { \textII } \new Lyrics \lyricsto alt { \textIII } \new Staff << \new Voice = tenor { \global \clef "G_8" \tenorMelodie } >> \new Lyrics \lyricsto tenor { \textItenor } \new Lyrics \lyricsto tenor { \textIItenor } \new Lyrics \lyricsto tenor { \textIIItenor } \new Staff << \new Voice = bass { \global \clef "bass" \bassMelodie } >> >> } \score { \inhalt \layout { indent = #0 } } \score { \unfoldRepeats { \inhalt } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 72 2) } } }