On 6 December 2011 22:33, David Bobroff <bobr...@centrum.is> 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 <x.sche...@gmail.com>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to