]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-tuplets.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / completion-heads-tuplets.ly
index a4983305c6d2e7d2272cb48afa68e170d0be6f22..e2e397618f2bee26bdfed7514ec3dbb868474e26 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.20"
+\version "2.17.11"
 
 \header {
   texidoc = "
@@ -15,6 +15,6 @@ Completion heads may be used with tuplets (and compressed music) too.
 }
 
 \context Staff \relative c'' {
-  \set tupletSpannerDuration = #(ly:make-moment 1 1)
-  \times 2/3 { g1 g g }
+  \tupletSpan 1
+  \tuplet 3/2 { g1 g g }
 }