Hi all, Thanks for the help… until someone comes up with a truly “automated” method, I’m simply going to hand-code the extra spacing “strut", e.g.
\version "2.17.29" \paper { bookTitleMarkup = \markup \fill-line { \abs-fontsize #18 \fromproperty #'header:title } scoreTitleMarkup = \markup \center-column { \fill-line { \line { \abs-fontsize #18 \override #'(box-padding . 0.5) \box \concat { "#" \fromproperty #'header:no } \hspace #0.5 \override #'(baseline-skip . 0) \center-column { \abs-fontsize #18 \fromproperty #'header:title \abs-fontsize #13 \concat { "(" \fromproperty #'header:performers ")" } } \hspace #6.9 } } } } \header { no = "1" title = "My Awesome Song" performers = "Me and You" } \score { c’ } Cheers, Kieren. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user