]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-break-between-scores.ly
MusicXML: Implement Barline styles and repeats in musicxml2ly
[lilypond.git] / input / regression / page-break-between-scores.ly
index bc42a9ef2bdbc7a78029990bf56640f30ce575a5..0cae8aff9b9cceb2126ccb6f1a5bc5aa5c959803 100644 (file)
@@ -1,7 +1,8 @@
 \version "2.11.19"
 
 \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'}
+  }
 }