\include "deutsch.ly" \include "stimmen.ly" \include "texte.ly" #(set-default-paper-size "a5") \pointAndClickOff \header { title = "Es führt über den Main" 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 \new Staff { \new Voice = "Bass" { \clef "bass" \global \bassMelodie } } >> \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 \combine \null \vspace #0.1 % adds vertical spacing between verses \textV } \hspace #0.1 % adds horizontal spacing between columns; \column { \textVI \combine \null \vspace #0.1 % adds vertical spacing between verses \textVII \combine \null \vspace #0.1 % adds vertical spacing between verses \textVIII } \hspace #0.1 % gives some extra space on the right margin; % can be removed if page space is tight } }