MusicXML Other-Dynamics Not Exporting Correct Value

• Feb 24, 2017 - 04:04
Reported version
2.1
Type
Functional
Severity
3
Status
closed
Project

Steps to reproduce:
-Create a score with a "dynamics" element that isn't standard (ex. "cresc.")
-Export the MusicXml file

Expected behavior: The "other-dynamics" node should contain the text "cresc."
Actual behavior: The "other-dynamics" node contains the text "other-dynamics"

<direction placement="below">
        <direction-type>
          <dynamics>
            <other-dynamics>other-dynamics</other-dynamics>
            </dynamics>
          </direction-type>
        <staff>1</staff>
        </direction>

V. 2.0.3 R. 3c7a69d Windows 7 64 bit


Comments