Clefs cannot be dropped on empty measures

• Jan 4, 2014 - 19:46
Type
Functional
Severity
S4 - Minor
Status
closed
Project

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.