> Then maybe always use a 3-digit number 001 ... 999
As the default this is OK with me. However, I still prefer a command
line option that can provide a template for image names.
Werner
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://
> 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 ad
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
> 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?
Definitely. Ideally, there should be a
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
_
Hello,
Browsing through the user threads I came across the recent thread
http://lilypond.1069038.n5.nabble.com/fill-line-while-respecting-natural-widths-td158967.html
and created
http://code.google.com/p/lilypond/issues/detail?id=3860
Which contains David N's workaround as I think it is useful
Hello,
On 10 February 2014 02:19, Dan Eble wrote:
> Here is a work-around for
> https://code.google.com/p/lilypond/issues/detail?id=3834 which I suppose
> suggests both a resolution and a reason not to make a distinction between
> Accidental and AccidentalCautionary in the first place. (I unde
Hi,
Using partcombine with a silent second voice (full rests r1 or R1) and
the first voice starts on the last beat. It moves the quarter rest up.
\version "2.18.0"
musicI = { r2 r4 c''| c''1 }
musicII = { r1 | r1 }
\partcombine \musicI \musicII
I posted this on the user list and Karol