4.5.1 mxl export missing tempo directives

• Mar 30, 2025 - 05:20

Was trying to use a score in Cantamus.
The mxl from Musescore is missing the tempo directive in each part.

Worked after adding the following to each part ( part id="Px" ):
direction placement="above"
direction-type
metronome
beat-unit quarter /beat-unit
per-minute 66 /per-minute
/metronome
/direction-type
sound tempo="66"/
/direction

Note: removed the >< signs


Comments

<direction placement="above"<
<direction-type>
<metronome>
<beat-unit>quarter</beat-unit>
<per-minute>66</per-minute>
</metronome>
</direction-type>
<sound tempo="66"/>
</direction>

(Embedded in <xml>...</xml>)

Do you still have an unanswered question? Please log in first to post your question.