lilypond-user
[Top][All Lists]
Advanced

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

padding problems


From: Paul Scott
Subject: padding problems
Date: Mon, 09 Feb 2004 21:53:45 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.6b) Gecko/20031221 Thunderbird/0.4

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


reply via email to

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