lilypond-user
[Top][All Lists]
Advanced

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

Re: Color of notes depending on accidentals


From: Gilles THIBAULT
Subject: Re: Color of notes depending on accidentals
Date: Fri, 27 Feb 2009 09:38:45 +0100

 [..] if I want to change the color of
note with sharps AND flats? What should I change?

The attached file does this

Note that the lines :
   'tweaks (list (list 'color 1.0 0.0 0.0))) nota)
can be replaced by :
   'tweaks  (list (cons 'color red))) nota)

and the line :
   'tweaks (list (list'color 0.0 0.0 1.0))) nota))
by :
   'tweaks (list (cons 'color blue))) nota))

Perhaps easier to modify, if we wish to change the colors, as an afterthought ...

Gilles





reply via email to

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