lilypond-user
[Top][All Lists]
Advanced

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

Re: modular "markup" and arguments


From: Paul Morris
Subject: Re: modular "markup" and arguments
Date: Tue, 5 Nov 2013 11:34:14 -0800 (PST)

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

{ a' \boo dis' e' fis' g \revertboo b }



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/modular-markup-and-arguments-tp153423p153426.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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