On Sunday 19 February 2006 13.42, Han-Wen Nienhuys wrote:
> Trevor Bača wrote:
> > The lowest-priority bug in the history of the project ...
>
> but it got fixed today anyway :)
There's the same problem with darkyellow/darkcyan also. I fixed it.
--
Erik
Trevor Bača wrote:
The lowest-priority bug in the history of the project ...
but it got fixed today anyway :)
--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gn
The lowest-priority bug in the history of the project ...
%%% BEGIN SNIPPET
% the values of #yellow and #cyan are reversed
\version "2.7.29"
\new Staff {
c'4
\once \override NoteHead #'color = #yellow
c'4^"\"yellow\""
c'4
}
%%% END SNIPPET %
(color.ly shows the corre