\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 = "" } \paper { top-margin = 5 } \score { << \set Score.skipBars = ##t \new ChordNames \harmonien \new Staff { \new Voice = refrain { \global \refrainMelodie } \new Voice = strophe { \strophenMelodie } } \new Lyrics \lyricsto refrain { \textRefrain } \new Lyrics \lyricsto strophe { \textI} \new Lyrics \lyricsto strophe { \textII} \new Lyrics \lyricsto strophe { \textIII} \new Lyrics \lyricsto strophe { \textIV} >> \layout { indent = #0 } }