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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to