MusicXML Other-Dynamics Not Exporting Correct Value
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
https://github.com/musescore/MuseScore/pull/3022
Unless you plan to fix an issue, leave it unassigned
Oops, sorry, our posts crossed
Feel free to assign it again.
Fixed in branch master, commit 3f137fa56c
Fix #177216: Changed other dynamic to export text instead of dynTypeName
Fixed in branch master, commit 0107097674
Merge pull request #3022 from CCInc/177216-otherDynamics
Fix #177216: Changed other dynamic to export text instead of dynTypeName
Fixed in branch 2.1, commit 52e6e02a58
Fix #177216: Changed other dynamic to export text instead of dynTypeName
Automatically closed -- issue fixed for 2 weeks with no activity.