1\version "2.17.6"
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 NonMusicalPaperColumn.line-break-system-details = #'((alignment-distances . (20)))
11  }
12}
13
14music = { 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
24