]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-system-count.ly
Fix whitespace errors introduced in issue 4704
[lilypond.git] / input / regression / page-spacing-system-count.ly
index 3758bd4cf1a0e1f55a49563b2f98d6530e67d3b2..935baf8ead1fb1cc69b62d5f5b669584453727f1 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.13.4"
+\version "2.19.21"
 
 \header {
-  texidoc = "Page layout and stretching work with system-cound enabled."
+  texidoc = "Page layout and stretching work with system-count enabled."
 }
 
 #(set-default-paper-size "a6")
@@ -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 }
     >>
   }
 }