]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/double-repeat.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / double-repeat.ly
index 9ce981dc5912a4fca128df4c9052de31a4cebdc8..1dd8da5a050184b93bd35b4c2c8c686ea4b87c4a 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.17.5"
+\version "2.19.21"
 
 \header {
   texidoc = "Three types of double repeat bar line are supported."
 }
 \new StaffGroup <<
-  \new Staff \relative c' {
-    c1
+  \new Staff \relative {
+    c'1
     \mark "\":|:\""
     \bar ":..:"
     c1
@@ -16,7 +16,7 @@
     \bar ":|.:"
     c1
   }
-  \new Staff \relative c' {
-    \repeat unfold 4 { c1 }
+  \new Staff \relative {
+    \repeat unfold 4 { c'1 }
   }
 >>