4.5.1 mxl export missing tempo directives
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
(Embedded in <xml>...</xml>)
Probably worth reporting on GitHub