-
Notifications
You must be signed in to change notification settings - Fork 2.9k
XML fixes #29197
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
XML fixes #29197
Conversation
m_score->staff(staffIdx)->setProperty(Pid::MAG, scale); | ||
m_score->staff(staffIdx)->setProperty(Pid::LINE_DISTANCE, val); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this then also be adjusted in the export?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, apart from the unit test failure
These values are incredibly unreliable
@@ -1810,7 +1811,7 @@ static void updateStyles(Score* score, | |||
continue; | |||
} | |||
|
|||
bool needUseDefaultSize = tid == TextStyleType::HARMONY_ROMAN | |||
bool needUseDefaultSize = configuration()->needUseDefaultFont() || tid == TextStyleType::HARMONY_ROMAN |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not using `this?
bool needUseDefaultSize = needUseDefaultFont || tid == TextStyleType::HARMONY_ROMAN
Backport of musescore#29197, commit 1
Backport of musescore#29197, commit 3
Backport of musescore#29197, commit 4
These values are incredibly unreliable Backport from musescore#29197, commit 5
Backport of musescore#29197, commit 9
Backport of musescore#29197, commit 10
} | ||
} | ||
|
||
double heightInSp = calculatedVBoxHeight / vbox->spatium(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not this?
double heightInSp = calculatedVBoxHeight / padding;
These values are incredibly unreliable Backport from musescore#29197, commit 5
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8 x
Backport of musescore#29197, commit 1, plus (the relevant) part of commit 8 and some other mtest fixes (order and names)
Backport of musescore#29197, commit 3
Backport of musescore#29197, commit 4
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
Backport of musescore#29197, commit 9
Backport of musescore#29197, commit 10
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
Backport of musescore#29197, commit 9
Backport of musescore#29197, commit 10
Backport of musescore#29197, commit 9
Backport of musescore#29197, commit 1, plus (the relevant) part of commit 8 and some other mtest fixes (order and names)
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
Backport of musescore#29197, commit 9
Backport of musescore#29197, commit 9
… export Backport of musescore#29197, commit 4 and 9
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
Backport of musescore#29197, commits 3 and 10
… export Backport of musescore#29197, commit 4 and 9
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
Backport of musescore#29197, commit 1, plus (the relevant) part of commit 8 and some other mtest fixes (order and names)
Backport of musescore#29197, commits 3 and 10
… export Backport of musescore#29197, commit 4 and 9
These values are incredibly unreliable Backport from musescore#29197, commit 5 plus (the relevant) part of commit 8
Resolves: Sibelius & finale xml import issues:
word-font
font-size
to 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