lilypond-user
[Top][All Lists]
Advanced

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

Re: \override #'minimum-length not working


From: Paul Scott
Subject: Re: \override #'minimum-length not working
Date: Sat, 10 May 2003 22:24:01 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3) Gecko/20030430 Debian/1.3-5

David Bobroff wrote:

In the following excerpt I am trying to make the 17 measure rest wide
enough to accomodate the \markup.  I've tried setting this value to
ridiculously large values to try to get a response from Lilypond.  It is
having zero effect.  Am I doing something wrong?

Lilypond 1.7.18 (latest CVS)

-David Bobroff


    quarterStem = \markup \combine
        \musicglyph #"flags-stem"
        \translate #'(0.0 . 3.5) \musicglyph #"flags-u"
    quarterNote = \markup
        \override #'(word-space . 0.0)
        { \musicglyph #"noteheads-2"
          \translate #'(-0.05 . 0.1) \quarterStem }

\score{\notes \relative c {
        \property Score.skipBars = ##t
   \time 2/4
        R2*9
        \mark 24
        \bar "||"
        \time 6/8
        \property Staff.MultimeasureRest \override #'minimum-length = #40

Works fine when I correct the typo above: MultimeasureRest -> MultiMeasureRest

Paul Scott






reply via email to

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