Selecting hooks by voice doesn't work
Right click a voice 2 flag (8th note or shorter), Select, More..., Same voice, OK
See only voice 2 flags are selected
Hit V, to make invisible
Expected result: only those voice 2 flags become invisoble
Actual result: voice 1 flags become invisible too
Seen with 2.1, 175636a, Windows 7
Comments
Same in master, e559a34e5, Windows 10
Similar issue with tuplets got fixed, see #178271: Select->more... selects tuplets in all voices. Looking at that it seem that in libmscore/score.cpp, for master we'd have to add an `|| e->isHook()` in line 2921 and for 2.1 an `|| e->type() == Element::Type::HOOK` in or near line 3038.
Ah, these beasties are called hooks, not flags...
Verified that for master, works there, so I have no reason to believe it won't in 2.1...
See https://github.com/musescore/MuseScore/pull/3065 (for master)
and https://github.com/musescore/MuseScore/pull/3066 for 2.1
See also #181341: Selecting accidentals by voice doesn't work
Fixed in branch master, commit accac71cd7
fix #181131: selecting hooks by voice doesn't work
Fixed in branch 2.1, commit 3e52608659
fix #181131: selecting hooks by voice doesn't work
Automatically closed -- issue fixed for 2 weeks with no activity.