]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-system-count-overfull.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / page-spacing-system-count-overfull.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "Page breaking doesn't crash when the line-breaking
5 is invalid."
6 }
7
8 \book {
9   \paper {
10     system-count = #1
11   }
12
13   \repeat unfold 20 { c d e f }
14 }