]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-system-count.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / page-spacing-system-count.ly
index 4c2c60ac0d47a5a2a78c0a8a3522bf10325b9406..935baf8ead1fb1cc69b62d5f5b669584453727f1 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Page layout and stretching work with system-count enabled."
@@ -14,9 +14,9 @@
 \book {
   \score {
     <<
-      \relative c'' { \repeat unfold 10 c1 }
-      \relative c'' { \repeat unfold 10 c1 }
-      \relative c'' { \repeat unfold 10 c1 }
+      \relative { \repeat unfold 10 c''1 }
+      \relative { \repeat unfold 10 c''1 }
+      \relative { \repeat unfold 10 c''1 }
     >>
   }
 }