MusicXML importer now imports <sound> elements of type damper-pedal, soft-pedal and sostenuto-pedal.
The MusicXML exporter can be now considered fully functional and all imported content is re-exported without loses. Please, report any issue you detect. Thank you.
This PR fixes all issues detected in MusicXML import/export round-trip automated tests, using MusicXML test sets from recordare and Lilypond.
Fixes in MusicXML exporter
<measure-numbering>
was not exported. Fixed.<word-font>
,<lyric-font>
and<lyric-language>
were not exported. Fixed.<score-instrument>
and<midi-instrument>
. Fixed.implicit
in<measure>
elements not exported. Fixed.<staff-details>
elements. Fixed.<tied>
elements. Fixed.<page-layout>
element.<chromatic>
child not exported in<transpose>
element. Fixed.Other changes
MeasuresTableBuilder
object).<staff-details>
elements. Fixed.<sound>
elements of typedamper-pedal
,soft-pedal
andsostenuto-pedal
.The MusicXML exporter can be now considered fully functional and all imported content is re-exported without loses. Please, report any issue you detect. Thank you.