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


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to