Hi all,
I’m running into an issue with how Dorico exports buzz rolls (the “z” tremolo) to MusicXML.
When I apply a buzz roll using Repeat Structures → Tremolos (the unmeasured tremolo symbol), Dorico doesn’t seem to include any relevant tag in the MusicXML output. From what I understand, it should generate something like this:
<notations>
<ornaments>
<tremolo type="unmeasured">0</tremolo>
</ornaments>
</notations>
But in the exported MusicXML file, there’s no <tremolo>
tag at all—it’s as if the buzz roll wasn’t there.
Is this a known limitation, or am I missing something in the setup or export process? I’m using this XML for downstream processing, so getting that <tremolo type="unmeasured">
tag is important.
Thanks in advance!