bug-lilypond
[Top][All Lists]
Advanced

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

Issue 496 in lilypond: page-splitting calculation needs work


From: codesite-noreply
Subject: Issue 496 in lilypond: page-splitting calculation needs work
Date: Thu, 25 Oct 2007 15:05:50 -0700

Issue 496: page-splitting calculation needs work
http://code.google.com/p/lilypond/issues/detail?id=496

Comment #1 by joeneeman:
This is caused by the fact that the height-estimation procedures over-estimate the height of each system (as can be seen by adding annotate-spacing = ##t to the paper
block). Over-estimation is difficult to avoid in this situation because the
height-estimation does not take skylines into account but without skylines there needs to be much more vertical space (look how the lyrics are on the same level as
the top of the following clef).

By the way, the example will break in 2.11.35 because minimum-Y-extent was added back into the Staff context -- therefore the example will need 2 pages. This can be
fixed by adding
\layout {
 \context {
   \Staff
   \override VerticalAxisGroup #'minimum-Y-extent = ##f
 }
}



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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