#(ly:set-option 'preview #t)
mus = \new Voice \repeat unfold 20 { \relative { c d e f g a h c } }
\paper { print-all-headers = ##t }
\score { \mus \header { title = "score 1" } }
\score { \mus \header { title = "score 2" } }
\score { \mus \header { title = "score 3" } }outputs: http://old.nabble.com/file/p33343439/preview.preview.png where I feel the titles should be more distant to the systems before. -- View this message in context: http://old.nabble.com/-dpreview%3A-vertical-spacing-of-headers-not-optimal-tp33343439p33343439.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com. _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
