]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-system-count-overfull.ly
627d2b52dfbc210f5748fab90eccdb9976864a47
[lilypond.git] / input / regression / page-spacing-system-count-overfull.ly
1 \version "2.14.0"
2 #(ly:set-option 'warning-as-error #f)
3 #(ly:expect-warning (_ "cannot find line breaking that satisfies constraints"))
4
5 \header {
6   texidoc = "Page breaking doesn't crash when the line-breaking
7 is invalid."
8 }
9
10 \book {
11   \paper {
12     system-count = #1
13   }
14
15   \repeat unfold 20 { c d e f }
16 }