]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-subdivision.ly
make supportNonIntegerFret a context-property
[lilypond.git] / input / regression / tuplet-subdivision.ly
index 08b164e9f008527d5ec1ece1fef3aea02c995e4d..60df2449e273810f7bc5b8a05b582bf2b174ae49 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.30"
+\version "2.19.21"
 
 \header {
 
@@ -7,11 +7,11 @@ Subdivision works properly for tuplets
   "
 }
 
-\relative c'' {
+\relative {
   \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 { c''16 e d }
   }
 }