Enable all elements to be selectable by voice
Curently only a selected/restricted and set of elements can get selected by voice, via right-click/Select/More../Save Voice. That set had been increased several times already, see for example
#85781: Selection dialog box can't select note ties by voice, #181131: Selecting hooks by voice doesn't work, #181341: Selecting accidentals by voice doesn't work.
The corresponding code is to be found at libmscore/score.cpp, lines 3076-3080 for the 2.2 branch and libmscore/score.cpp, line 2953 for the master branch.
Just removing the entire condition should enable us to select any element by voice.
This request got triggered by https://musescore.org/en/node/238951, the (lack of the) ability to select Chord symbls by voice
Comments
See https://github.com/musescore/MuseScore/pull/3256 for the master branch.
See https://github.com/musescore/MuseScore/pull/3257 for the 2.2 branch.
Fixed in branch master, commit 586fcc6e20
Fix #239021: Enable all elements to be selectable by voice
Fixed in branch master, commit 87752dd847
Merge pull request #3256 from Jojo-Schmitz/select-by-voice
Fix #239021: Enable all elements to be selectable by voice
Fixed in branch 2.2, commit 9967cdc886
Fix #239021: Enable all elements to be selectable by voice
Fixed in branch 2.2, commit 57f7a81679
Merge pull request #3257 from Jojo-Schmitz/select-by-voice-2.2
Fix #239021: Enable all elements to be selectable by voice
Automatically closed -- issue fixed for 2 weeks with no activity.