[EMAIL PROTECTED] writes:
> Hello all,
>
> Just for fun, I've hacked up a patch that provides basic color support
> (only in the ps backend).
>
> Why color:
> Sometimes when I teach music, I find colors to be helpful ("today
> we're gonna learn a new note: the f note. All the red notes in this
>
Hello all,
Just for fun, I've hacked up a patch that provides basic color support
(only in the ps backend).
Why color:
Sometimes when I teach music, I find colors to be helpful ("today
we're gonna learn a new note: the f note. All the red notes in this
piece are f's").
Short description of the p
LilyPond calls the program ps2pdf, which in its turn calls gs, so
in your case it runs version 8.15.
An alternative to hacking in the Ghostscript installation is to
take the PS file generated by LilyPond and manually convert it
into PDF using
ps2pdf -sPAPERSIZE=11x17 strtrio-vln.ps
We should probab