]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-breaking-min-systems-per-page1.ly
b8e9ce6a1a9f1e1bcfc27410ae8fee7d09c2c084
[lilypond.git] / input / regression / page-breaking-min-systems-per-page1.ly
1 \version "2.13.1"
2
3 #(set-default-paper-size "a6")
4
5 \header {
6   texidoc = "The min-systems-per-page variable forces each page to have
7 a minimum number of systems. Titles do not count as systems here.
8
9 This exposes a bug with the current implementation; min-systems-per-page
10 is not honored if to do so we would need uneven line breaking."
11   title = "Example"
12 }
13
14 \paper {
15   min-systems-per-page = 5
16 }
17
18 { \repeat unfold 11 { c'1 } \pageBreak \repeat unfold 6 { c'1 } }