lilypond-user
[Top][All Lists]
Advanced

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

Re: The opposite of ##f


From: Xavier Scheuer
Subject: Re: The opposite of ##f
Date: Sat, 15 May 2010 21:22:12 +0200

2010/5/15 David Sumbler <address@hidden>:

> 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 <address@hidden>



reply via email to

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