Re: Lots of temporary files when generating png files

2020-02-05 Thread Anthony Rushforth
"-dcrop" is perfect in my case, thank you ! This flag is new and I didn't have it in the version I was using (stable). For information it's documented here : http://lilypond.org/doc/v2.19/Documentation/usage/command_002dline-usage And the announcement is here :

Re: Lots of temporary files when generating png files

2020-02-04 Thread David Wright
On Tue 04 Feb 2020 at 20:38:47 (+), Kevin Barry wrote: > > An example where I do have your problem is with pdflatex, which not > > only writes .aux and .log files, but leaves them world-writeable. > That's odd! Is it because of your umask? No. (BTW it's the .aux and .pdf files, not the .log,

Re: Lots of temporary files when generating png files

2020-02-04 Thread Kevin Barry
> An example where I do have your problem is with pdflatex, which not > only writes .aux and .log files, but leaves them world-writeable. That's odd! Is it because of your umask?

Re: Lots of temporary files when generating png files

2020-02-04 Thread David Wright
On Tue 04 Feb 2020 at 16:59:36 (+0100), Anthony Rushforth wrote: > @Aaron : Because if I use your command line I get this png : a full page > > I want a cropped png, and I found the command line I use in the > documentation ( >

Re: Lots of temporary files when generating png files

2020-02-04 Thread Aaron Hill
On 2020-02-04 7:59 am, Anthony Rushforth wrote: @Aaron : Because if I use your command line I get this png : a full page I want a cropped png, and I found the command line I use in the documentation ( http://lilypond.org/doc/v2.19/Documentation/usage-big-page#lilypond-output-in-other-programs)

Re: Lots of temporary files when generating png files

2020-02-04 Thread Anthony Rushforth
@Aaron : Because if I use your command line I get this png : a full page I want a cropped png, and I found the command line I use in the documentation ( http://lilypond.org/doc/v2.19/Documentation/usage-big-page#lilypond-output-in-other-programs) : > To produce ‘PNG’ images; > > lilypond

Re: Lots of temporary files when generating png files

2020-02-04 Thread Aaron Hill
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 a écrit : At 10:25 on 04 Feb 2020, Anthony Rushforth wrote: > I use this command line

Re: Lots of temporary files when generating png files

2020-02-04 Thread David Wright
On Tue 04 Feb 2020 at 10:44:56 (+), Mark Knoop wrote: > 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 >

Re: Lots of temporary files when generating png files

2020-02-04 Thread Anthony Rushforth
Thank you ! I searched a lot but did not find this option. There's only one eps remaining (c1c1e1g1.eps in my example), the other ones don't appear (including c1c1e1g1-1.eps). I'll add a "delete" in the calling program... Thanks again Le mar. 4 févr. 2020 à 11:46, Mark Knoop a écrit : > At

Re: Lots of temporary files when generating png files

2020-02-04 Thread Mark Knoop
At 10:25 on 04 Feb 2020, Anthony Rushforth wrote: > Hello, > > 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 > > I took the command line from >

Lots of temporary files when generating png files

2020-02-04 Thread Anthony Rushforth
Hello, 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 I took the command line from