Either padding for TextScript and MultiMeasureRestNumber is still broken in 2.1.20 or I still don't have a workaround.

Thanks for any help or for an explanation of how staff-padding will help.

Paul Scott
\include "english.ly"

fliviii = \notes\relative c'' {
    \property Voice.TextScript \set #'padding = #2.5
    << { s1^\markup\large\bold{ To Flute } } { R1 } >>
    \repeat unfold 2 { R1*2 ef4 ef ef ef d8 d d4 ef2 } 
}

\score {
    <<
        \property Score.skipBars = ##t
        \property Score.MultiMeasureRest \set #'expand-limit = #1
        \property Score.MultiMeasureRestNumber \override #'padding = #0
        \context Staff = flute { \notes R1 \fliviii } 
    >>
}

Attachment: markupspacing.pdf
Description: Adobe PDF document

_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to