X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmidi-tuplets.ly;h=d564fb7c814b655981a0d80182e0dfbd883bc95b;hb=931101711e9447f4597e3942f13eb8065ebf793e;hp=0a0f5ef1a9dd1ad76dc768b3024c1e063e7c3666;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/input/regression/midi-tuplets.ly b/input/regression/midi-tuplets.ly index 0a0f5ef1a9..d564fb7c81 100644 --- a/input/regression/midi-tuplets.ly +++ b/input/regression/midi-tuplets.ly @@ -1,4 +1,4 @@ -\version "2.10.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 { }