Clefs cannot be dropped on empty measures
Windows 7, GIT commit: d6d0b1a
1) create new score, any instruments, any number of measures >1
2) try to drag a clef onto a measure other than the first
Result: the measure never highlights, and dropping doesn't work
Measures containing notes work fine. As does dropping the clef directly on the full measure rest for an empty measure.
Comments
I found the following comments in the source code for the measure drop:
"Note special handling for clefs (allow drop if left of rightmost chord or rest in this staff)".
I do not know why this special handling is done.
Pull request: https://github.com/musescore/MuseScore/pull/652
Fixed in e3e4c091a0
Automatically closed -- issue fixed for 2 weeks with no activity.