AaronDavidNewman / Smoosic

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

Cut/paste does not transpose properly #66

Closed AaronDavidNewman closed 2 years ago

AaronDavidNewman commented 2 years ago

Pasting from a part into a different part should use the target's transposition. Right now it overwrites the notes but doesn't consider the transposition

paste-xpose-bug .

AaronDavidNewman commented 2 years ago

Edit: this transposes the correct pitch now, but the enharmonic is all strange. It should consider the enharmonic of the target key also.

AaronDavidNewman commented 2 years ago

Also fixed recently.