lilypond-user
[Top][All Lists]
Advanced

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

Re: modular "markup" and arguments


From: Jan-Peter Voigt
Subject: Re: modular "markup" and arguments
Date: Wed, 06 Nov 2013 10:42:41 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Aha, thank you! I wasn't aware of this before.

Best, Jan-Peter

Am 06.11.2013 10:29, schrieb Urs Liska:
> \override and \revert a property will result in the default value of
> that property
> \temporary\override and \revert will result in the value the property
> had before the override, but not necessarily the default.
> 
> Pseudo-code:
> 
> \override #'color = #blue
> % current color is blue
> \temporary\override #'color = #red
> % current color is red
> \revert #'color
> % current color is blue, not black
> 
> It was introduced in 2.17.6




reply via email to

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