lilypond-user
[Top][All Lists]
Advanced

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

some padding properties broken in 2.1.16 and 2.1.17?


From: Paul Scott
Subject: some padding properties broken in 2.1.16 and 2.1.17?
Date: Mon, 02 Feb 2004 16:47:09 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.6b) Gecko/20031221 Thunderbird/0.4

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


reply via email to

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