From: Graham Percival Date: Thu, 25 Oct 2007 04:04:30 +0000 (-0700) Subject: Clarify colors, issue 490. X-Git-Tag: release/2.11.35-1~46^2~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=39abc9de0f33451a5780e9d2cc0895b10f2f31fe;p=lilypond.git Clarify colors, issue 490. --- diff --git a/Documentation/user/educational.itely b/Documentation/user/educational.itely index a4e219928b..4f4e7a6be1 100644 --- a/Documentation/user/educational.itely +++ b/Documentation/user/educational.itely @@ -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