]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/double-repeat.ly
Issue 5106: Don't widespace \set/\unset arguments in display
[lilypond.git] / input / regression / double-repeat.ly
index 7718979138f61a582131e7a4ec5aa57c3b7e5db0..1dd8da5a050184b93bd35b4c2c8c686ea4b87c4a 100644 (file)
@@ -16,7 +16,7 @@
     \bar ":|.:"
     c1
   }
-  \new Staff \relative c' {
-    \repeat unfold 4 { c1 }
+  \new Staff \relative {
+    \repeat unfold 4 { c'1 }
   }
 >>