]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-unit.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / completion-heads-unit.ly
index f88ab32ef9c09cfee28ee2de8c00757dd87f90a2..c4d9289af9ea56f7215bfbe84bae9411e41823e5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.11"
 
 \header {
 texidoc = "
@@ -21,6 +21,6 @@ Note head completion may be broken into sub-bar units by setting the
   g'1.. g2
   \time 6/4
   \set completionUnit = #(ly:make-moment 1 4)
-  \set tupletSpannerDuration = #(ly:make-moment 1 4)
-  \times 2/3 { e4 c8 f g a4 b8 c4 b8 a4 g8 a e f4 }
+  \tupletSpan 4
+  \tuplet 3/2 { e4 c8 f g a4 b8 c4 b8 a4 g8 a e f4 }
 }