On 2020-02-04 6:07 am, Anthony Rushforth wrote:
There's only one eps remaining (c1c1e1g1.eps in my example), the other
ones
don't appear (including c1c1e1g1-1.eps).
Le mar. 4 févr. 2020 à 11:46, Mark Knoop <m...@opus11.net> a écrit :
At 10:25 on 04 Feb 2020, Anthony Rushforth wrote:
> I use this command line to generate png files :
> lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts
> -dpixmap-format=pngalpha -dresolution=100 --png c1c1e1g1.ly
Why use -dbackend=eps at all? There seems to be some spurious options
in there.
I generate transparent PNGs all the time and never have to deal with
extra files.
Here is my command-line:
####
lilypond \
-dresolution=288 \
-dpixmap-format=pngalpha \
--png \
source.ly
####
-- Aaron Hill