\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 "a5") \pointAndClickOff \header { title = "Sonnenkäferlied" tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new ChordNames { \global \akkorde } \new Staff { << \new Voice = "Melodie" { \global \melodie } >> } \new Lyrics \lyricsto "Melodie" \textI >> \layout { indent = #0 } } \markup { \fill-line { \hspace #0.1 % moves the column off the left margin; % can be removed if space on the page is tight \column { \textII % \combine \null \vspace #0.1 % adds vertical spacing between verses % \textIII % \combine \null \vspace #0.1 % adds vertical spacing between verses % \textIV } % \hspace #0.1 % adds horizontal spacing between columns; % \column { % \textV % \combine \null \vspace #0.1 % adds vertical spacing between verses % \textVI % } \hspace #0.1 % gives some extra space on the right margin; % can be removed if page space is tight } }