lenmus / lomse

A C++ library for rendering, editing and playing back music scores.
MIT License
117 stars 28 forks source link

Improve MusicXML exporter #363

Closed cecilios closed 2 years ago

cecilios commented 2 years ago

This PR improves the MusicXML exporter and now exports all the Lomse supported notation. And after this PR the exporter will be totally usable and should produce good results.

Two things are left for the next iteration:

  1. Some details related to attributes, such as those common to most elements, such as %font; or %print-style-align;, are not exported and require a systematic review of all elements.

  2. For finishing the exporter I would like first to develop some "round-trip" import-export automatic tests so that I can easily spot issues to fix.