]> git.donarmstrong.com Git - lilypond.git/commitdiff
(cyan): swap yellow and cyan.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 19 Feb 2006 12:06:48 +0000 (12:06 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 19 Feb 2006 12:06:48 +0000 (12:06 +0000)
ChangeLog
scm/output-lib.scm

index 34a45b14a03b7c3e1246f3f30d790e8c1c82d587..d04e7cd6eaee0c0749e478e1c6a5afb96730adaa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/output-lib.scm (cyan): swap yellow and cyan.
+
 2006-02-19  Graham Percival  <gpermus@gmail.com>
 
        * darwin.patch: trivial linenumber update.
index 1a7747e9e6936fa9f6dca81693b7742a3a6d4aab..7f24ae3ddca36ea90403a238f07cdd1dcadb8d5f 100644 (file)
@@ -255,9 +255,9 @@ centered, X==1 is at the right, X == -1 is at the left."
 (define-public red         '(1.0 0.0 0.0))
 (define-public green       '(0.0 1.0 0.0))
 (define-public blue        '(0.0 0.0 1.0))
-(define-public cyan        '(1.0 1.0 0.0))
+(define-public cyan        '(0.0 1.0 1.0))
 (define-public magenta     '(1.0 0.0 1.0))
-(define-public yellow      '(0.0 1.0 1.0))
+(define-public yellow      '(1.0 1.0 0.0))
 
 (define-public grey        '(0.5 0.5 0.5))
 (define-public darkred     '(0.5 0.0 0.0))