preceding implementation of "paste selection" was imported from 2.0beta fork, and was too simplistic:
remove beats from song
insert beats to paste
Several issues:
did not consider multiple voices, this led to invalid measures in some cases
when removing beats, everything is shifted left, this can modify following measures in the whole song, typically splitting long notes in 2 (over measures boundaries)
quite painful: damaged measures may be very far, even off-screen, so the consequence of this bug may be seen a long time after it occurred
Note that this new implementation is much more complex
Some bugs in corner cases are still possible. Anyway it this occurs it should be local
see #545
preceding implementation of "paste selection" was imported from 2.0beta fork, and was too simplistic:
Several issues:
Note that this new implementation is much more complex Some bugs in corner cases are still possible. Anyway it this occurs it should be local