bug-lilypond
[Top][All Lists]
Advanced

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

Re: vertical spacing scrambles systems


From: Keith OHara
Subject: Re: vertical spacing scrambles systems
Date: Tue, 13 Nov 2012 03:04:33 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eluze <eluzew <at> gmail.com> writes:

> just discovered a thread on the German LilyPond Forum
> (http://www.lilypondforum.de/index.php?topic=1254.0) which can be summarized
> as follows: [ ... ]

I think it can be reduced to 
  \paper {   markup-system-spacing #'minimum-distance = 100 }
  \score { { g'1 } \header { piece = "One" } }
  \score { { g'1 } \header { piece = "Two" } }

To me, the core problem is that the page breaker does not choose to split 
this onto two pages, seeming to ignore the 'minimum-distance between 
markup and the next score.

The odd layout seems to be a result of how LilyPond squeezes overfull 
pages: ignoring 'padding but respecting 'minimum-distance

It seems to be a new bug, present since 2.14.  I think not a regression
because I do not believe there was any way before 2.14 to make the 
spacing-adjustment that triggers this bug.




reply via email to

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