bug-lilypond
[Top][All Lists]
Advanced

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

More layout problems


From: David Kastrup
Subject: More layout problems
Date: Sun, 03 Oct 2010 15:23:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Check the output of the following:

test = { c-1-^ r f-2-^ r c-3-^ r f-4-^ r c-1-^ r f-2-^ r c-3-^ r }
\score {
\repeat unfold 8 { \test  \test r
  \transpose c c''' \test  \transpose c c''' \test  r }
\layout { ragged-bottom = ##t }
}

It is clear that on the first page, the \layout parameter ragged-bottom
is ignored (or the first page would have, well, a ragged bottom and a
vertical spacing similar to the packed last page).

It is also clear on the second page that the vertical spacing is going
overboard in compressing the page, partly intermingling the systems.

Since it does not make sense to compress only the last page like that,
the vertical spacing should, when ragged-bottom is not ##t (to get a
valid regression test independent from the first problem, remove the
layout line), not compress the resulting page beyond its page-breaking
estimate, in order to get output spacing consistent with the layout of
the previous pages.

-- 
David Kastrup




reply via email to

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