[..] 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



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

Reply via email to