]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-tuplets.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / completion-heads-tuplets.ly
index 305f58a128a214aff5817dd9d9d8fa9991873a3d..e2e397618f2bee26bdfed7514ec3dbb868474e26 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\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 }
 }