From: erik Date: Sun, 19 Feb 2006 22:53:59 +0000 (+0000) Subject: * scm/output-lib.scm: swap darkcyan/darkyellow X-Git-Tag: release/2.7.38^2~96 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=84ebbd77aafd6b09100b448d7ed14b169e4afcf3;p=lilypond.git * scm/output-lib.scm: swap darkcyan/darkyellow * THANKS: Add bughunters. --- diff --git a/ChangeLog b/ChangeLog index 996a0772ce..f984682cc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-19 Erik Sandberg + + * scm/output-lib.scm: swap darkcyan/darkyellow + + * THANKS: Add bughunters. + 2006-02-19 Graham Percival * Documentation/user/programming-interfaces.itely: fixed example. diff --git a/THANKS b/THANKS index c674cfc166..d2c1f7bcf0 100644 --- a/THANKS +++ b/THANKS @@ -53,6 +53,7 @@ Vicente Solsona Dellá BUG HUNTERS/SUGGESTIONS +Andrea Valle Bertalan Fodor Bob Broadus Chris Sawer @@ -64,23 +65,30 @@ Don Blaheta Edward Neeman Eduardo Vieira Ernesto Gancedo +François Vion Frédéric Bron Hans Forbrich Joe Neeman +Jordi Nadal Jukka Akkanen Kieren Richard MacMillan Lambros Lambrou Laura Conrad +Libero Mureddu Mark Steinheuser Matevž Jekovec +Michael Kiermaier Michael Welsh Duggan Milan Zamazal Orm Finnendahl Patrick K Welton Paul Scott Ralph Little +Richard Schoeller +Robert Vlatasy Scott Russell Sean Reed +Seng Liang Steven Weber Sven Axelsson Thomas Scharkowski @@ -307,7 +315,7 @@ Pawel D Pedro Kroger Ray McKinney Reuben Thomas -Rob V +Robert Vlatasy Stef Epardaud Thomas Willhalm Thomas Scharkowski diff --git a/scm/output-lib.scm b/scm/output-lib.scm index 7f24ae3ddc..64b9908e71 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -263,9 +263,9 @@ centered, X==1 is at the right, X == -1 is at the left." (define-public darkred '(0.5 0.0 0.0)) (define-public darkgreen '(0.0 0.5 0.0)) (define-public darkblue '(0.0 0.0 0.5)) -(define-public darkcyan '(0.5 0.5 0.0)) +(define-public darkcyan '(0.0 0.5 0.5)) (define-public darkmagenta '(0.5 0.0 0.5)) -(define-public darkyellow '(0.0 0.5 0.5)) +(define-public darkyellow '(0.5 0.5 0.0)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; * Pitch Trill Heads