lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature request: RGB colour


From: Graham Percival
Subject: feature request: RGB colour
Date: Sun, 07 Jan 2007 12:32:40 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

I'd like to specify exact RGB colors in lilypond's svg output.
{
  c'4
  \once \override NoteHead #'rgbcolor = #( 100 . 0 . 0)
  c'4
}

producing
...
<g color="rgb(100%,0%,0%)">
...

in the SVG file.  Would this be hard to add?

Cheers,
- Graham




reply via email to

[Prev in Thread] Current Thread [Next in Thread]