The attached code which worked in 2.1.14 or 2.1.15 no longer changes the TextScript padding or the MultiMeasureRestNumber padding.

Did I miss a syntax change?

Paul Scott
\include "english.ly"
\include "../textpad.ly"

dyviiicom = \notes {
    \time 2/2 s1*18 \bar "||" \time 3/2 s2*3 \bar "||"
    \time 2/2 s1*2 \bar "||" 
}

fliviii = \notes\relative c'' {
    %#(textPad 2.5)
    \property Voice.TextScript \override #'padding = #2.5
    << { s1^\markup\large\bold{ To Flute } } R1 >>
    \repeat unfold 2 { R1*2 ef4 ef ef ef d8 d d4 ef2 } %30
    \acciaccatura{ d8 } ef1~ ef2~ ef4 r R1*2
    \acciaccatura{ d8 } ef1~ ef2. r4 
}

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

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