bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: filenames of png and svg not consistent


From: Jan Hakenberg
Subject: Re: filenames of png and svg not consistent
Date: Tue, 11 Feb 2014 12:12:45 +0700

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 disadvantages of templates such as "<name>-page%02d" are
1) coding overhead
2) documentation overhead
3) the user needs to figure out a 'complicated' script




On Tue, Feb 11, 2014 at 11:47 AM, Werner LEMBERG <address@hidden> wrote:

>
> > I noticed that the image filenames of the pages are of the form
> >
> > PNG:
> > <name>-page1.png
> > <name>-page2.png
> > ...
> >
> > SVG
> > <name>-page-1.svg
> > <name>-page-2.svg
> > ...
> >
> > I.e. in case of svg there is an additional "-".
> >
> > Wouldn't it be nicer to have just one filename type?
>
> Definitely.  Ideally, there should be a template controllable by the
> user.  For example, I would like to have names like
>
>   <name>003.png
>
>
>     Werner
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]