2010/5/15 Xavier Scheuer :
> Hi, the opposite of an \override command is \revert . So
>
> \revert TupletNumber #'stencil
>
> It is certainly in the doc (Notation Manual).
NR 5.3.3 The \override command
http://lilypond.org/doc/v2.13/Documentation/notation/the-override-command.html
Cheers,
Xavi
2010/5/15 David Sumbler :
> 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 se
On 15 May 2010 20:05, David Sumbler wrote:
> What should I put instead?
\revert TupletNumber #'stencil
If you want to use \override you need to know what the default is:
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-internals/TupletNumber#TupletNumber
Cheers,
Neil
___
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 ha