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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to