This problem is described under "Bugs" at
http://lilypond.org/doc/v2.1/Documentation/user/out-www/lilypond/Tuning-objects.html#Tuning%20objects

/Mats

Paul Scott wrote:
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 } }
}



------------------------------------------------------------------------


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

-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


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

Reply via email to