]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-breaking-min-systems-per-page1.ly
Add regression tests for max-systems-per-page and systems-per-page.
[lilypond.git] / input / regression / page-breaking-min-systems-per-page1.ly
index b8e9ce6a1a9f1e1bcfc27410ae8fee7d09c2c084..ecaedeed86530d5edb62a59f173fdc6b83a35f5a 100644 (file)
@@ -4,15 +4,14 @@
 
 \header {
   texidoc = "The min-systems-per-page variable forces each page to have
-a minimum number of systems. Titles do not count as systems here.
-
-This exposes a bug with the current implementation; min-systems-per-page
-is not honored if to do so we would need uneven line breaking."
-  title = "Example"
+a minimum number of systems. Titles do not count as systems here."
+  title = "Title"
 }
 
-\paper {
-  min-systems-per-page = 5
-}
+\book {
+  \paper {
+    min-systems-per-page = 5
+  }
 
-{ \repeat unfold 11 { c'1 } \pageBreak \repeat unfold 6 { c'1 } }
\ No newline at end of file
+  { \repeat unfold 11 { c'1 } \pageBreak \repeat unfold 6 { c'1 } }
+}
\ No newline at end of file