Index: input/regression/spacing-multi-tuplet.ly |
diff --git a/input/regression/spacing-multi-tuplet.ly b/input/regression/spacing-multi-tuplet.ly |
index 2ac5360241f8a7f7af9afbaba838ea2eb8e7716f..bab9232a8d1b7113ec43676e601aaa1352c96622 100644 |
--- a/input/regression/spacing-multi-tuplet.ly |
+++ b/input/regression/spacing-multi-tuplet.ly |
@@ -1,4 +1,4 @@ |
-\version "2.17.6" |
+\version "2.17.11" |
\header{ |
@@ -18,12 +18,12 @@ hence it must be switched on explicitly with the |
\relative c' { |
\context StaffGroup << |
\new Staff \context Voice { |
- \times 2/10 { c8[ c c c c c c c c c] } |
- \times 2/10 { c[ c c c c c c c c c] } |
+ \tuplet 10/2 { c8[ c c c c c c c c c] } |
+ \tuplet 10/2 { c[ c c c c c c c c c] } |
} |
\new Staff \context Voice { |
- \times 2/11 { c8[ c c c c c c c c c c] } |
- \times 2/11 { c[ c c c c c c c c c c] } |
+ \tuplet 11/2 { c8[ c c c c c c c c c c] } |
+ \tuplet 11/2 { c[ c c c c c c c c c c] } |
} |
>> |
} |