From 39abc9de0f33451a5780e9d2cc0895b10f2f31fe Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 24 Oct 2007 21:04:30 -0700 Subject: [PATCH] Clarify colors, issue 490. --- Documentation/user/educational.itely | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.5