lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: some padding properties broken in 2.1.16 and 2.1.17?


From: Mats Bengtsson
Subject: Re: some padding properties broken in 2.1.16 and 2.1.17?
Date: Tue, 03 Feb 2004 09:59:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]