X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmidi-tuplets.ly;h=d564fb7c814b655981a0d80182e0dfbd883bc95b;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=89fbe822c20eb1eb06fb65c8f1dcc1fae924b00b;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/midi-tuplets.ly b/input/regression/midi-tuplets.ly index 89fbe822c2..d564fb7c81 100644 --- a/input/regression/midi-tuplets.ly +++ b/input/regression/midi-tuplets.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.19.21" \header { texidoc = " @@ -17,15 +17,15 @@ Midi2ly tuplet test. \score { - \context Voice \relative c' { + \context Voice \relative { a1 a2 a2. a4 a4. a8 a8. a16 a16. a32 a32. a64 - \times 2/3 { b4 b4 b4 } - \times 3/5 { b4 b4 b4 b4 b4 } + \tuplet 3/2 { b4 b4 b4 } + \tuplet 5/3 { b4 b4 b4 b4 b4 } - \times 2/3 { c8 c8 c8 } - \times 3/5 { c8 c8 c8 c8 c8 } + \tuplet 3/2 { c8 c8 c8 } + \tuplet 5/3 { c8 c8 c8 c8 c8 } } \layout { }