]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clarify colors, issue 490.
authorGraham Percival <graham@percival-music.ca>
Thu, 25 Oct 2007 04:04:30 +0000 (21:04 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:50:47 +0000 (09:50 +0100)
Documentation/user/educational.itely

index a4e219928be9eb34e53e74b947d4baf765a704ec..4f4e7a6be1ee3875075cb484fedf96c7033b750d 100644 (file)
@@ -376,8 +376,12 @@ which is deliberate nonsense.
 TODO
 you can get exact RGB colors by specifying
 
-\override NoteHead #'color = #'(1.0 0.0 0.0)
-
+% black
+\override Stem #'color = #(rgb-color 0 0 0)
+% white
+\override Stem #'color = #(rgb-color 1 1 1)
+% dark blue
+\override Stem #'color = #(rgb-color 0 0 0.5) 
 
 
 @seealso