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 : http://lilypond.org/doc/v2.19/Docume

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, a

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 ( > http://lilypond.org/doc/v2.19/Documentation/usage-big-page#lilypond-ou

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
: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

Re: Lots of temporary files when generating png files

2020-02-04 Thread Aaron Hill
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

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 -dresol

Re: Lots of temporary files when generating png files

2020-02-04 Thread Anthony Rushforth
rk Knoop a écrit : > 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 c

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 http://lilypond.org/doc/v2.19/Documentation/usage-big-page#lilypond-output-in-other

Compiling to PNG files on MacOSX

2018-02-01 Thread benbigno...@gmx.de
Dear LilyPond fellows, who has some experience in creating PNG files on MacOSX? The problem is that conversion from EPS to PNG fails: --- Processing `OOoLilyPond.ly' Parsing... Interpreting music... Preprocessing graphical ob

Re: Fast generation of png files

2012-12-14 Thread Eluze
tp://www.lilypond.org/doc/v2.17/Documentation/usage/command_002dline-usage#advanced-command-line-options-for-lilypond (which you seem to have found already) how to suppress the regular output. hth Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Fast-generati

Fast generation of png files

2012-12-14 Thread Piotr Tokarski
Hi! I would like to ask how to generate a png file in a minimal time. I tried to use " -dpreview -dno-print-pages " options, but from "test.ly" file, it produced "test.pdf"," test..preview.pdf" and "test.preview.png" files. I think if I could skip the pdf files, the generating time could be shorter

Re: empty png files in documentation

2009-03-24 Thread Graham Percival
27;ll be pushed back to June. Cheers, - Graham On Mon, Mar 23, 2009 at 11:24:47PM +0100, Martin Tarenskeen wrote: > Hi, > > There are some empty (zero size) png files in the lilypond 2.13 > documentation tarball: > > share/doc/lilypond/input/mutopia/E.Satie/petite-ouverture-

empty png files in documentation

2009-03-23 Thread Martin Tarenskeen
Hi, There are some empty (zero size) png files in the lilypond 2.13 documentation tarball: share/doc/lilypond/input/mutopia/E.Satie/petite-ouverture-a-danser.png share/doc/lilypond/input/mutopia/J.S.Bach/wtk1-fugue2.png share/doc/lilypond/input/mutopia/W.A.Mozart/mozart-hrn-3.png These

Re: Create PNG Files at a custom size.

2008-11-24 Thread Till
Brad Landis wrote: > > I would like to create PNG files for use in presentations. I can't seem to > change the output size to custom dimensions. What would be the easiest way > to > get a 4:3 or 16:9 dimension png file? > You could define your own paper sizes, I think

Create PNG Files at a custom size.

2008-11-23 Thread Brad Landis
I would like to create PNG files for use in presentations. I can't seem to change the output size to custom dimensions. What would be the easiest way to get a 4:3 or 16:9 dimension png file? ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Generating .png files with Lilypond

2006-03-27 Thread Mats Bengtsson
possible to provide in the program "something" that allows easy creating .png files? Thanks a lot Peter Kestens Belgium ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.g

Generating .png files with Lilypond

2006-03-27 Thread Peter Kestens
program "something" that allows easy creating .png files? Thanks a lot Peter Kestens Belgium ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Output antialiased PNG files

2005-12-31 Thread Luís Marques
Hello, When we invoke lilypond with "-f png" it outputs a PNG file. "-dresolution" sets the resolution for the rastering conversion. But how can I specify that the output should be antialiased? Thanks, Luís ___ lilypond-user mailing list lilypond-user

Re: png files

2003-02-14 Thread Mats Bengtsson
Alan Lakin wrote: On Sunday 09 Feb 2003 7:26 pm, carlwenrich wrote: How do I generate png files (or whatever I need) to display the sheet music on a web (html) page? I have just tried loading a postscript file into the GIMP and then "saving as" PNG. Obviously the GIMP gives you loa

Re: png files

2003-02-13 Thread Simon Bailey
02-12 at 23:28, Alan Lakin wrote: > On Sunday 09 Feb 2003 7:26 pm, carlwenrich wrote: > > How do I generate png files (or whatever I need) to display the sheet music > > on a web (html) page? > > > I have just tried loading a postscript file into the GIMP and then "sav

Re: png files

2003-02-12 Thread Alan Lakin
On Sunday 09 Feb 2003 7:26 pm, carlwenrich wrote: > How do I generate png files (or whatever I need) to display the sheet music > on a web (html) page? > I have just tried loading a postscript file into the GIMP and then "saving as" PNG. Obviously the GIMP gives you load

Re: png files

2003-02-11 Thread Mats Bengtsson
ommend to use a different suffix for the HTML files with inline Lilypond code, for example .lyhtml to avoid confusion with the .html files generated from lilypond-book. /Mats Alois Steindl wrote: On Sonntag, 9. Februar 2003 20:26, wrote: How do I generate png files (or whatever I need) to di

Re: png files

2003-02-10 Thread Alois Steindl
On Sonntag, 9. Februar 2003 20:26, wrote: > How do I generate png files (or whatever I need) to display the sheet music > on a web (html) page? > > Hello, you could produce a ps-file and use ghostview (gv, gsview) to generate graphic files (eg. png) fro

png files

2003-02-09 Thread
How do I generate png files (or whatever I need) to display the sheet music on a web (html) page? ___ Can a Web portal forever change your life? Win up to $25 Million on iWon - http://www.iwon.com