musescore / nwc2musicxml

A Noteworthy composer to MusicXML converter.
https://nwc2musicxml.appspot.com/
MIT License
14 stars 12 forks source link

Add support for Segno and Coda #14

Closed lasconic closed 8 years ago

hedgert commented 8 years ago

I've made changes to support Segno and Coda - I created a new Flow type (mirroring the use of NWC groups of functionality in a single class) to provide the different XML tags required in the direction-type and sound nodes of the XML. I've tested with NWC files saved as NWCTXT converted and then viewed in Sibelius First - and the results were as I expected. Is there a definitive test of MusicXML output - is confirming with Sibelius sufficient?

lasconic commented 8 years ago

Sibelius will do. Finale was known to have a better MusicXML import. You could test with MuseScore, it's free and it will also validate (in XSD meaning of the term) the MusicXML files on import and warn you if there are errors.

Could you also attached a simple snippet of NWCtxt to this issue? It could be the first piece of our test suite...

lasconic commented 8 years ago

Done 5db52dda8173674e8b00d5f26605455ea51bc4a6