Imho, lilypond could be smart about it and choose the number of leading 0's
according to need.
for instance
01,02,...09,10,11
in case of 11 pages, instead of
1,2,...,9,10,11 (as it is right now) which may result in non-canonic
ordering of files.
This is the solution that I would advacate for.
The
Hi,
I noticed that the image filenames of the pages are of the form
PNG:
-page1.png
-page2.png
...
SVG
-page-1.svg
-page-2.svg
...
I.e. in case of svg there is an additional "-".
Wouldn't it be nicer to have just one filename type?
many greetings,
Jan
_
Hi,
according to
http://lilypond.org/doc/v2.18/Documentation/usage/command_002dline-usage#advanced-command-line-options-for-lilypond
as well as
http://lilypond.org/doc/v2.19/Documentation/usage/command_002dline-usage#advanced-command-line-options-for-lilypond
the default value for the option
poin
Actually, I found it already in 2.16.2 but did not take any action back
then.
Btw, my application for attempting to generate hi-res transparent png's is
to later superimpose it onto a stylish background image.
On Tue, Jan 7, 2014 at 3:56 PM, James wrote:
> On 07/01/14 05:37, Jan wrote:
>
>> Hi
1) Great: This works under Windows
D:\TPF2>d:/resources/LilyPond/usr/bin/lilypond --png --pdf --output=name
put/lilypond/prc06_2.ly
D:\TPF2>d:/resources/LilyPond/usr/bin/lilypond --png --pdf --output=name
put\lilypond\prc06_2.ly
2) Mmh: This does not work under Windows
D:\TPF2>d:/resources/Lil