2010/5/15 David Sumbler <[email protected]>:

> A steep learning curve, using Lilypond!  I've found answers in the
> documentation to most of the problems, but after an hour of searching
> I'm stumped on this one.
>
> I used '\override TupletNumber #'stencil = ##f' earlier in my file.
>
> Now I want to cancel that setting and restore tuplet numbers.
>
> I have tried '\override TupletNumber #'stencil = ##t', which seemed
> the obvious choice.  And, guess what, it works!  But it produces a
> warning "value 't' must be of type 'unknown'", so it is clearly not
> the proper way to do it.
>
> What should I put instead?

Hi, the opposite of an \override command is \revert .  So

  \revert TupletNumber #'stencil

It is certainly in the doc (Notation Manual).

Cheers,
Xavier

--
Xavier Scheuer <[email protected]>

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to