AaronDavidNewman / Smoosic

A music notation editor written in javascript
Other
100 stars 14 forks source link

Export to XML does not property transpose parts #62

Closed AaronDavidNewman closed 2 years ago

AaronDavidNewman commented 2 years ago

Parts that are in a different key (e.g. Bb trumpet) are not being exported correctly to MusicXML. The notes are exported with the incorrect pitch and key signatures.

AaronDavidNewman commented 2 years ago

The latest PR fixes this.