Articulations and other elements added via double click ignore voice excluded in selection filter
Windows 10, GIT commit: 871c8ce
Discovered while demo-ing MuseScore at the Major Orchestra Librarians' Association conference :-)
1) enter notes into multiple voices
2) select regio
3) exclude voice 1 via Selection Filter
4) double click any articulation
Result: articulation is applied to all notes in region - voice 1 is not excluded. Keyboard shortcuts (where available) work fine.
Looks like addArticulation (which processes articulations added via the keyboard shortcuts) loops through selected elements only, whereas Palette::mouseDoubleClickEvent() loops through segments & tracks within the range selection but doesn't check if the elements are actually selected.
Seems like an easy fix; although I seem to remember this already being reported and fixed before?
Comments
https://github.com/musescore/MuseScore/pull/3165/files
Fixed in branch 2.2, commit 96feb7d865
fix #197176: palette double click ignores voice filter
Fixed in branch master, commit 332313f343
fix #197176: palette double click ignores voice filter
Automatically closed -- issue fixed for 2 weeks with no activity.