]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-subdivision.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / tuplet-subdivision.ly
index 82fd4b97802b1f5a0f17fd430faa29cfbb3b37ed..158a6149a2bed23a4a30eb8bea63ebaae57a13c6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.11"
+\version "2.19.40"
 
 \header {
 
@@ -7,11 +7,11 @@ Subdivision works properly for tuplets
   "
 }
 
-\relative c'' {
+\relative {
   \set subdivideBeams = ##t
   \set baseMoment = #(ly:make-moment 1/8)
-  \set beatStructure = #'(2 2 2 2)
+  \set beatStructure = 2,2,2,2
   \repeat unfold 8 {
-    \tuplet 3/2 { c16 e d }
+    \tuplet 3/2 { c''16 e d }
   }
 }