lilypond-user
[Top][All Lists]
Advanced

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

Re: modular "markup" and arguments


From: David Kastrup
Subject: Re: modular "markup" and arguments
Date: Tue, 05 Nov 2013 21:09:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Paul Morris <address@hidden> writes:

> Paul Morris wrote
>> \version "2.17.29"
>> 
>> boo = { \override NoteHead.color = #red }
>> revertboo = { \revert NoteHead.color }
>> 
>> { a' \boo dis' e' fis' g \revertboo b }
>
> And this can even be simplified to this:
>
> \version "2.17.29"
>
> boo = \override NoteHead.color = #red
> revertboo = \revert NoteHead.color

Minimally simpler:

revertboo = \undo \boo

-- 
David Kastrup




reply via email to

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