]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-break-between-scores.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / page-break-between-scores.ly
index b295aff426e128a91ebfb2043ebf2af17f01a96a..0de8cf22245540fb7dca1506913c98ff171fd18f 100644 (file)
@@ -1,7 +1,8 @@
-\version "2.11.19"
+\version "2.14.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'}
   }
-}
\ No newline at end of file
+  \pageBreak
+  \score {
+    {a b c' d'}
+  }
+}