lilypond-user
[Top][All Lists]
Advanced

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

Re: position of MultiMeasureRestNumber and width of MMR


From: Paul Scott
Subject: Re: position of MultiMeasureRestNumber and width of MMR
Date: Fri, 13 Feb 2004 10:36:07 -0700
User-agent: Mozilla Thunderbird 0.5 (X11/20040209)

Paul Scott wrote:

That's really strange. I tried both staff-padding (I finally found it in the manual) and minimum-length and got very broken (notes gone) results. Now when I try it staff-padding works great *but* minimum-length doesn't help the width of the MMR.

Thanks,

Paul

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

\score {
   <<
        \property Score.skipBars = ##t
        \property Score.MultiMeasureRestNumber \override #'padding = #0
        \property Score.MultiMeasureRestNumber \override #'staff-padding = #0
        \property Score.MultiMeasureRestNumber \set #'minimum-length = #30
        \property Score.TextScript \override #'padding = #3
\context Staff = flute \notes{ << { s1*40^\markup{ Test } } { R1*40 } >> a'1 b' c'' d''} >>
   \paper {}
}

Never mind!!!

Applying minimum-length to the correct grob (MultiMeasureRest) works correctly.

I would still hope that the default for width (length) would eventually have some loose relationship to the number of bars in the MMR.

Thanks,

Paul





reply via email to

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