lilypond-user
[Top][All Lists]
Advanced

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

Re: restNumberThreshold


From: Xavier Scheuer
Subject: Re: restNumberThreshold
Date: Tue, 6 Dec 2011 23:02:08 +0100

On 6 December 2011 22:33, David Bobroff <address@hidden> wrote:
> I want to adjust the restNumberThreshold value so that single full measure
> rests get a "1" above them.  Obviously, I found a reference to the thing
> that needs an \override, but I haven't figured out the complete syntax.
>
> \override MultiMeasureRest #'restNumberThreshold = #0
>
> ...doesn't work.  Help?

  \set restNumberThreshold = #0

If you plan to use it as a setting for your whole score, you might
consider putting it into the  \layout  block.

  \layout {
    \context {
      \Voice
      restNumberThreshold = #0
    }
  }


Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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