just discovered a thread on the German LilyPond Forum
(http://www.lilypondforum.de/index.php?topic=1254.0) which can be summarized
as follows:
\version "2.17.6"
\paper {
% page-count = 2 % <-----
system-system-spacing = #'( (basic-distance . 3)(padding .
1)(minimum-distance . 3)(stretchability . 999))
score-markup-spacing = #'( (basic-distance . 18)(padding .
1)(minimum-distance . 18)(stretchability . 999))
score-system-spacing = #'( (basic-distance . 21)(padding .
1)(minimum-distance . 21)(stretchability . 999))
markup-system-spacing = #'( (basic-distance . 18)(padding .
1)(minimum-distance . 18)(stretchability . 999))
}
\score { \new Staff { \relative c' { d1 }} \header { piece = "One" } }
\score { \new Staff { \relative c' { e }} \header { piece = "Two …" } }
\score { \new Staff { \relative c' { f \break f } } \header { title = ##f
piece = ##f } }
\score { \new Staff { \relative c' { g }} \header { piece = "Three" } }
\score { \new Staff { \relative c' { d }} \header { piece = "One again" } }
\score { \new Staff { \relative c' { e }} \header { piece = "Two again " }
}
omitting the score with "Two again" in the piece field shows a good output,
or adding /page-count = 2/ looks good and seems to fulfill what these
settings aim at.
anything wrong with this code?
Eluze
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/vertical-spacing-scrambles-systems-tp136247.html
Sent from the Bugs mailing list archive at Nabble.com.
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond