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: David Kastrup
Subject: Re: Help with page breaking code
Date: Wed, 22 May 2013 22:54:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

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




reply via email to

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