File 23a-Tuplets.xml in Reinhold Kainhofers unofficial MusicMXL testsuite does not import correctly:
- the seven notes in the 7:3 tuplet are each in a separate (single-note) tuplet
- the 6:2 tuplet is split in the three-note tuplets
Fixed in 0.9.6 branch revision 5260.
Solution is to use note types instead of tick length in tuplet calculations.
As AL::division equals 480 (5*3*2*2...), tuplet calculations suffered from rounding errors for tuplets with a fraction denominator of 7 or higher.
This also affects MusicXML export, see #14679: [MusicXML export] [trunk] export errors high order tuplets.
Comments
Fixed in 0.9.6 branch revision 5260.
Solution is to use note types instead of tick length in tuplet calculations.
As AL::division equals 480 (5*3*2*2...), tuplet calculations suffered from rounding errors for tuplets with a fraction denominator of 7 or higher.
This also affects MusicXML export, see #14679: [MusicXML export] [trunk] export errors high order tuplets.
Fixed in trunk revision 5264.
Automatically closed -- issue fixed for 2 weeks with no activity.