]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-slash-multi.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / repeat-slash-multi.ly
index eb77b49ac6a21d66558515c69717e2f5a80a73cb..c8e5b717516e47e1aea82d34d9c1b52c188cb032 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.16.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 }
 }