> I'm not top posting.
I just downloaded and installed Lilypond 2.10.23 for Windows, but it fails when
I try to process a simple file using the TeX backend.
tutorial.ly:
% Lilypond tutorial
%\version "2.10.23"
\relative c'
{
c e g e
}
Command line:
"C:\Program Files\LilyPond\usr\bin\lilypond.e
On Thursday 03 May 2007 16:34, Arvid Grøtting wrote:
> [Joe Neeman]
>
> > With the optimisations, it scales like (left column is the number of
> > scores) 24 2m0.017s
> > 19 1m23.650s
> > 14 0m52.611s
> > 9 0m27.961s
> > 4 0m11.139s
> > 1 0m4.402s
> >
> > as you can see, it isn't O(n) but it isn't
On Saturday 05 May 2007 02:57, Nicolas Sceaux wrote:
> Joe Neeman <[EMAIL PROTECTED]> writes:
> > I recently discovered that the new page-breaking algorithm is slow when
> > there are many small scores. As a workaround, put
> > \paper {
> > #(define page-breaking optimal-page-breaks)
> > }
> > at
> I'm not top posting, really
In the following snippet the first system is spaced vertically wider
than the others on the first page. This effect goes away when there
are chords in the first four bars.
Also all the chords on the first page are spaced closer to the saff
than those on the second.