When moving tied notes by half steps with up/down arrow keys, notes do not sound
This is on 2.0 beta 1.
Steps to reproduce:
On a staff (I used guitar), create a half note. Select the half note, and then use the up and down arrow keys to move the note by half steps. Note that each time the note changes, the new pitch sounds.
Now create a tied note. I did this by inserting an eighth rest after the half note, then an eighth note on the and of 3 tied to a quarter note on 4. Leave note entry mode and click on the note head of the first note in the tie (the eighth note). Use the up and down arrow keys to move the note by half steps. Note that both notes in the tie move properly together, but the new pitch does not sound each time.
Comments
For the record, it's been this way "forever", but I can't think of a good reason for the behavior.
bump...
Here are the lines involved https://github.com/musescore/MuseScore/blob/master/mscore/musescore.cpp…
We don't make sound if more than one element/note is selected. Moving a tied note will automatically select and move all the notes tied to this one. I believe it's not a trivial task to find if the selected item are notes and all tied together, since the selection is not ordered...
I suppose we *could* simply choose to play the first selected note we find in all cases (well, if selection is not range anyhow). Might be weird to have that happen in other multi-selections, but still, it might be seen as a fair trade off.
Eventually, we could go through the selection, stop if we find something that is not a note, and not of the pitch of the first note we found. That will work for tied notes, it will also sound if an action is made on all notes of the same pitch at the same time.
Bump. I was just about to file this as an issue until I found this thread …
https://github.com/musescore/MuseScore/pull/2497
Fixed in branch master, commit 01dce13f5a
fix #31676 Play first note when moving multiple notes with same pitch and tuning.
Fixed in branch master, commit 81e11e9c99
Merge pull request #2497 from sraduvictor/tie_play
fix #31676 Play first note when moving multiple notes with same pitch and tuning
Fixed in branch 2.0.3, commit 319c060a83
fix #31676 Play first note when moving multiple notes with same pitch and tuning.
Automatically closed -- issue fixed for 2 weeks with no activity.