]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-repetition-times.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / chord-repetition-times.ly
index d70b80aab010d13287381ffb84faf3d0061910cc..ba8f1fdbe619f4c38813b02999f5d5594df1744e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.11"
 
 
 \header {
@@ -11,5 +11,5 @@ correctly on them.
 
 \relative c' {
   <c e g>4 r <c e g>2 ~ |
-  \times 2/3 { <c e g>4 q q } \times 2/3 { q q q } |
+  \tuplet 3/2 { <c e g>4 q q } \tuplet 3/2 { q q q } |
 }