Hi Bertalan,

I have lot of \markup-s outside of scores in a book. I'd like to keep them at a minimal distance, because lilypond tends to move them too close to each other. Is there a way to achieve this?

Would "spacer" lines be sufficient? e.g.

\version "2.11.27"
fl = \markup { \fill-line { "" } }
\score { c'' }
\markup { "Here's one markup." }
\markup { "Here's a second markup (default space)." }
\score { c'' }
\markup { "Here's one markup." } \fl
\markup { "Here's a second markup, with larger-than-default space." } \fl \fl
\markup { "Here's a third markup, after an even larger space." }

Cheers,
Kieren.


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to