Merged
Conversation
ghost
approved these changes
Aug 12, 2025
rettinghaus
reviewed
Aug 12, 2025
Comment on lines
+3168
to
+3169
| m_score->staff(staffIdx)->setProperty(Pid::MAG, scale); | ||
| m_score->staff(staffIdx)->setProperty(Pid::LINE_DISTANCE, val); |
Contributor
There was a problem hiding this comment.
Shouldn't this then also be adjusted in the export?
mike-spa
approved these changes
Aug 18, 2025
Contributor
mike-spa
left a comment
There was a problem hiding this comment.
Looks good to me, apart from the unit test failure
rettinghaus
approved these changes
Aug 18, 2025
These values are incredibly unreliable
| } | ||
|
|
||
| bool needUseDefaultSize = tid == TextStyleType::HARMONY_ROMAN | ||
| bool needUseDefaultSize = configuration()->needUseDefaultFont() || tid == TextStyleType::HARMONY_ROMAN |
Contributor
There was a problem hiding this comment.
Why not using `this?
bool needUseDefaultSize = needUseDefaultFont || tid == TextStyleType::HARMONY_ROMAN
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
Backport of musescore#29197, commit 1
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
Backport of musescore#29197, commit 3
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
Backport of musescore#29197, commit 4
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
These values are incredibly unreliable Backport from musescore#29197, commit 5
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
Backport of musescore#29197, commit 9
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
Backport of musescore#29197, commit 10
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
Backport of musescore#29197, commit 9
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
Backport of musescore#29197, commit 10
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
Backport of musescore#29197, commit 9
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
Backport of musescore#29197, commit 10
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
Backport of musescore#29197, commit 9
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
Backport of musescore#29197, commit 1, plus (the relevant) part of commit 8 and some other mtest fixes (order and names)
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 19, 2025
Backport of musescore#29197, commit 9
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 20, 2025
Backport of musescore#29197, commit 9
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 20, 2025
… export Backport of musescore#29197, commit 4 and 9
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 20, 2025
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 20, 2025
Backport of musescore#29197, commits 3 and 10
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 20, 2025
… export Backport of musescore#29197, commit 4 and 9
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 20, 2025
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 20, 2025
Backport of musescore#29197, commit 1, plus (the relevant) part of commit 8 and some other mtest fixes (order and names)
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 20, 2025
Backport of musescore#29197, commits 3 and 10
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 20, 2025
… export Backport of musescore#29197, commit 4 and 9
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Aug 20, 2025
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
mike-spa
pushed a commit
to mike-spa/MuseScore
that referenced
this pull request
Aug 20, 2025
Merged
4 tasks
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Feb 28, 2026
Backport of musescore#29197, commit 1, plus (the relevant) part of commit 8 and some other mtest fixes (order and names)
Jojo-Schmitz
pushed a commit
to Jojo-Schmitz/MuseScore
that referenced
this pull request
Feb 28, 2026
Backport of musescore#29197, commits 3 and 10
This was referenced Mar 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves: Sibelius & finale xml import issues:
word-fontfont-sizeto all elements when "Apply default typeface" is unchecked<staff-size>tags. This now applies to line distance, and the scaling attribute applies to the scale of the notation