]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-shift-region.ly
Merge branch 'staging' of ssh://git.sv.gnu.org/srv/git/lilypond into staging
[lilypond.git] / input / regression / slur-shift-region.ly
index a56339168d07cd2e4931ee39a5282069c17da91b..8a43894cd5e0eb534e0c5005e3c11f0a3a8113d6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.12"
+\version "2.17.11"
 
 \header {
   texidoc = "A slur's shift region is automatically made
@@ -6,5 +6,5 @@ higher to accommodate extra encompass elements."
 }
 
 \relative c' {
-  c'2( \times 2/3 { g4 e c) }
+  c'2( \tuplet 3/2 { g4 e c) }
 }