Position offset when moving cross-beam notes with the mouse
Reported version
3.0
Priority
P2 - Medium
Type
Functional
Frequency
Few
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
- Create some cross-staff notes
- Move one my dragging the note head with the mouse
=> The note jumps to a different position. (But still moves relatively to the cursor - I suppose the position is calculated as if it was not a cross-staff note.)
Attachment | Size |
---|---|
cross_staff_mouse_bug.mscz | 3.49 KB |
Fix version
3.5.0
Comments
Relates to #285233: [EPIC] Cross-staff notation issues
I noticed it too, like a very long time ago.
@Marc Sabatella Regression vs. what version?
See https://github.com/musescore/MuseScore/pull/5718.
Fixed in branch master, commit cd342246f6
_fix #284682: position offset when moving cross-beam notes with the mouse
The staff index did not count
staffMove()
in, which resulted in possibly getting the wrong clef forline2pitch()
. This commit useschord->vStaffIdx()
to get the right staff index._Fixed in branch master, commit 6631fee136
_Merge pull request #5718 from Howard-C/cross-staff-offset
fix #284682: position offset when moving cross-beam notes with the mouse_
Automatically closed -- issue fixed for 2 weeks with no activity.