Italic text appended to a dynamic not correctly imported
Reported version
3.0
Priority
P1 - High
Type
Functional
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
In the attached 2.x score, the word "sempre" was added in front of a Forte dynamic and has been italicized.
When imported into version 3, "sempre" is no longer italicized.
This only happens if such text is italicized, and does not happen when it is bolded or underlined.
Attachment | Size |
---|---|
Text_Test.mscz | 6.35 KB |
Fix version
3.1.0
Comments
Italics is the default for both 2.3.2 and 3.0, but in our code importing form 2.3.2, we erroneously have this set to Normal. I guess it was normal in an older 2.x release, but it's been italic for a while now, we should honor that.
Currently working on this one.
Changed dynamicFontStyle in read206.cpp to Itallic. It should be in sync with style.cpp
https://github.com/musescore/MuseScore/pull/4856
Fixed in branch master, commit 263a088ebe
fix #286001: Change StyleFont to Itallic in read206.cpp
Fixed in branch master, commit 3106883990
_Merge pull request #4856 from quarriedstone/286001-itallictext
fix #286001: Change dynamicStyleFont to Italic_
Automatically closed -- issue fixed for 2 weeks with no activity.