]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-repetition-times.ly
Web-ja: update introduction
[lilypond.git] / input / regression / chord-repetition-times.ly
index 339d7cfc70d506a98c7f61c100d1da18df5befbd..4a193625e01d121cb23fd3dbe59ad127e39cb96c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.28"
+\version "2.19.21"
 
 
 \header {
@@ -9,7 +9,7 @@ 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 } |
+\relative {
+  <c' e g>4 r <c e g>2 ~ |
+  \tuplet 3/2 { <c e g>4 q q } \tuplet 3/2 { q q q } |
 }