lilypond-devel
[Top][All Lists]
Advanced

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

Re: Help with page breaking code


From: Thomas Morley
Subject: Re: Help with page breaking code
Date: Thu, 23 May 2013 01:13:55 +0200

2013/5/22 David Kastrup <address@hidden>:
> David Kastrup <address@hidden> writes:
>
> And another one:
>
> #(define-markup-command (ugly layout props) ()
>   (ly:make-stencil (ly:stencil-expr (interpret-markup layout props "x"))
>    '(0 . 0) '(0 . -100)))
>
> \markup \ugly
> \markup *
> \markup *
> \markup *
> \markup *
>
> This puts everything right after another on a single page.  If you
> replace the -100 with -1000, it puts the last star on a page of its own
> and spreads the other three starts widely on the first page.  If you
> replace the -100 with -inf.0, it places every star on its own page.
>
> Yes, we are talking about 2.16.0 as well.  This makes precious little
> sense.
>
> --
> David Kastrup

FWIW, I can confirm with:
2.17.17
2.16.2
2.14.2

Though, 2.12.3 returns correct output.

-Harm



reply via email to

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