de-men / music_xml

A Dart package project to parse MusicXML.
https://pub.dev/packages/music_xml
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

Fix: Xml documents with multiple score parts were not read anymore #13

Closed gatzsche closed 1 year ago

gatzsche commented 1 year ago

Hello :-)

In the last update you introduced an exception when an xml document contains more then one score-part. This is problematic for my use case working with documents having multiple score parts.

I removed that restriction.

Please let me know, if this conflicts with other requirements.

Best, Gabriel

thaihuynhxyz commented 1 year ago

Thanks for fixing it.