]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-subdivision.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / tuplet-subdivision.ly
index 7a3b8b6f4502c9b372818831cb88c0ea449ffa90..82fd4b97802b1f5a0f17fd430faa29cfbb3b37ed 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.11"
 
 \header {
 
@@ -9,9 +9,9 @@ Subdivision works properly for tuplets
 
 \relative c'' {
   \set subdivideBeams = ##t
-  \set baseMoment = #(ly:make-moment 1 8)
+  \set baseMoment = #(ly:make-moment 1/8)
   \set beatStructure = #'(2 2 2 2)
   \repeat unfold 8 {
-    \times 2/3 { c16 e d }
+    \tuplet 3/2 { c16 e d }
   }
 }