]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-break-between-scores.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / page-break-between-scores.ly
index bc42a9ef2bdbc7a78029990bf56640f30ce575a5..9ec2278784403d55f0d005ee25657e2f69a8027c 100644 (file)
@@ -1,7 +1,8 @@
-\version "2.11.19"
+\version "2.12.0"
 
 \header {
-  texidoc = "Page breaks work when they are placed at the end of a score."
+  texidoc = "Page breaks work when they are placed at the end of a score,
+or between scores."
 }
 
 #(set-default-paper-size "a6")
@@ -12,4 +13,8 @@
   \score {
     {a b c' d'}
   }
+  \pageBreak
+  \score {
+    {a b c' d'}
+  }
 }