musescore / MuseScore

MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
https://musescore.org
Other
12.3k stars 2.66k forks source link

[MU4] Triplets are not moved from one layer / voice to another #13519

Open sberla365 opened 2 years ago

sberla365 commented 2 years ago

When moving music from one layer to another, triplets are not moved

Select a passage with music on two different layers containing triplets of some sort. Click the desired destination layer button. Everything is moved except triplets.

Expected behaviour: everything is moved to the destination layer.

I am on Linux - Fedora 36

MarcSabatella commented 2 years ago

For the record, this is a limitation in the algorithm present in MuseScore 3 as well, because it works one note at a time and you can't split a tuplet between voices. Eventually of course it would be possible to check to see if the entire tuplets is selected and go ahead and move it.

Meanwhile, the better way to move larger selections between voices is Tools / Voices. The buttons are meant more for moving individual notes, although they do happen to also work on larger selections in some cases.

Jojo-Schmitz commented 2 years ago

You mean voice, not layer, don't you? Same issue with MuseScore 3 and MuseScore 2 too (MuseScore 1 didn't allow this at all, so doesn't have that issue). So not a regression.

See also https://musescore.org/en/node/72706

sberla365 commented 2 years ago

Yes, sorry, I meant voice indeed. Everything works with the method @MarcSabatella suggested