Skip to content

Conversation

mike-spa
Copy link
Contributor

@mike-spa mike-spa commented Sep 15, 2025

Resolves: #29114
Resolves: #29808
Resolves: #29813

All three issue have the same root cause, i.e. the fact that when creating MMRest we transfer the elements from the original measure onto the covering MMRest by link-cloning them. That's a very bad idea because it results in lots of copies of the elements that are very complicated to manage. This PR should hopefully put a temporary fix to that, but my plan is to get rid of that logic entirely in the near future.

I've additionally made small improvements and reorganizations of the anchor-related code. Needs be thoroughly checked for regressions on all the anchor-style-interactions (shift+arrow, dragging, etc).

UPDATE
Resolves: #29897 too
Resolves: #29893 too probably
Resolves: #29898

That regression was caused by #29804 so I've now partially reverted it and made a different solution for that issue.

@zacjansheski
Copy link
Contributor

zacjansheski commented Sep 15, 2025

Small thing regarding
#29813

MM rest fretboard diagrams delete leave two chord symbols

video1175805295.mp4

Not a showstopper, can be fixed separately

@zacjansheski
Copy link
Contributor

Tested on MacOS 15, Windows 11, Ubuntu 22.04.3. Approved
#29114 FIXED
#29808 FIXED
#29813 FIXED

@mike-spa
Copy link
Contributor Author

Small thing regarding #29813

MM rest fretboard diagrams delete leave two chord symbols

@zacjansheski thanks! Fixed in the last commit.

Reject segment move on drag if destination segment is on MMRest
@mike-spa
Copy link
Contributor Author

Update: fixed #29897 too. @zacjansheski please give this another try and also check for regressions of #29690

@zacjansheski
Copy link
Contributor

Also fixes #29898

@zacjansheski
Copy link
Contributor

Tested on MacOS 15, Windows 11, Ubuntu 22.04.3. Approved
#29898 FIXED
#29897 FIXED
#29114 FIXED
#29808 FIXED
#29813 FIXED
#29893 FIXED

@mike-spa mike-spa merged commit dcb6b99 into musescore:master Sep 17, 2025
13 checks passed
mike-spa added a commit to mike-spa/MuseScore that referenced this pull request Sep 17, 2025
Fix various mmRest issues and some refactoring of anchor-related functions
@mike-spa mike-spa mentioned this pull request Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

5 participants