Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix system text line sync issues #26279

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

mike-spa
Copy link
Contributor

Resolves: #25356

This is a twofold issue.

  • First, I think we should always force items linked within the same score (as opposed to items linked in other parts) to stay synced. That's partially because I think it's what the user wants most of the time. But most importantly because items linked within the main score don't have these toggles available at the moment, which means if we let them unsync there is no way for the user to then re-sync them.
    image
    In future, we could implement something for the main score where the "top" system object rules the other clones and clones can be synced or unsynced etc. Or maybe not. But for now anyway, I think the only option is to force them to stay synced.

  • I think some of the properties pointed out in the issue should't be allowed to desync at all (meaning not even between score and parts). These are: "Show line", "Line style" and "Start/end hook type".

@mike-spa mike-spa force-pushed the fixSystemTextLineSyncIssues branch from ba9ae6d to 9a01ad8 Compare February 3, 2025 11:34
@mike-spa mike-spa force-pushed the fixSystemTextLineSyncIssues branch from 9a01ad8 to 209cafe Compare February 4, 2025 12:44
@mike-spa mike-spa merged commit 83e2e9b into musescore:master Feb 5, 2025
11 checks passed
Jojo-Schmitz added a commit to Jojo-Schmitz/MuseScore that referenced this pull request Feb 5, 2025
Jojo-Schmitz pushed a commit to Jojo-Schmitz/MuseScore that referenced this pull request Feb 5, 2025
Jojo-Schmitz pushed a commit to Jojo-Schmitz/MuseScore that referenced this pull request Feb 6, 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
Development

Successfully merging this pull request may close these issues.

Some changes in the properties of tempo marks are not synchronized with the rest of the duplicated ones
3 participants