\include "deutsch.ly" \include "stimmen.ly" \include "texte.ly" #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \pointAndClickOff \header { tagline = "" title = "Jesu, meine Freude" composer = "J.S. Bach" } \paper { top-margin = 5 } \score { \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \global \sopranMelodie } >> \new Lyrics \lyricsto sopran { \textIa } \new Lyrics \lyricsto sopran { \textIb } \new Staff << \new Voice = alt { \global \altMelodie } >> \new Lyrics \lyricsto alt { \textIa } \new Lyrics \lyricsto alt { \textIb } \new Staff << \new Voice = tenor { \global \clef "G_8" \tenorMelodie } >> \new Lyrics \lyricsto tenor { \textIa } \new Lyrics \lyricsto tenor { \textIb } \new Staff << \new Voice = bass { \global \clef "bass" \bassMelodie } >> \new Lyrics \lyricsto bass { \textIa } \new Lyrics \lyricsto bass { \textIb } >> }