]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-subdivision.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tuplet-subdivision.ly
index 60df2449e273810f7bc5b8a05b582bf2b174ae49..158a6149a2bed23a4a30eb8bea63ebaae57a13c6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.19.21"
+\version "2.19.40"
 
 \header {
 
@@ -10,7 +10,7 @@ Subdivision works properly for tuplets
 \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 { c''16 e d }
   }