]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-breaking-min-distance2.ly
d194f68f7831c41817c13fff1ef79423492b8c50
[lilypond.git] / input / regression / page-breaking-min-distance2.ly
1 \version "2.13.37"
2
3 \header {
4   texidoc = "minimum-distance within a system is correctly accounted for in page breaking."
5 }
6
7 \layout {
8   \context {
9     \Score
10     \override VerticalAxisGroup #'next-staff-spacing = #'((space . 20) (stretchability . 0))
11   }
12 }
13
14 music = { c'1 \break c'1 }
15
16 \book {
17   \paper {
18     paper-height = 9\cm
19   }
20
21   \score { << \new Staff \music \new Staff \music >> }
22 }
23