]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-slash-multi.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / repeat-slash-multi.ly
index 00d2da87c075c0401a03aba3b09e335023931227..c8e5b717516e47e1aea82d34d9c1b52c188cb032 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.14.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Beat repeats for patterns containing identical durations
 shorter than an eighth note use multiple slashes."
 }
 
-\relative c' {
-  \repeat percent 2 { c16 d e f }
+\relative {
+  \repeat percent 2 { c'16 d e f }
   \repeat percent 4 { c32 e g e }
 }