MusicXML export broken for double dotted notes

Reposting from old version forums, where I posted this in 2012. Still produces incorrect output in C8.


What happens is Cubase produces an incorrect result for MusicXML exports when using double dotted notes. For example a double dotted half note from Cubase looks like this:

				<duration>1680</duration>
				<type>half</type>
				<dot />

The duration is correct for the 480 division, but when importing the MusicXML to Sibelius, the thing that gets put on the page is not the duration, but the type as well as the amount of dots. And as shown, there’s only a single dot. So this will show up as a single dotted half note and screw up the timing of the bar. The duration parameter I suppose is why Sibelius doesn’t even show the remaining 8th as a rest, further complicating things.

This is fairly trivial to fix obviously, as the MusicXML export only needs to add the correct number of dot tags. Hopefully Steinberg can get this in quickly. Thanks for reading.