[MusicXML] Normal and underline Stave and System Text exports as italic
1. Open attached mscz (produced in 1.3).
2. 'File'>'Export…'.
3. Choose 'MusicXML'.
4. 'Save'.
5. Open MusicXML.
Expected result:
Actual result:
Note: I also attach the produced MusicXML.
Using MuseScore 2.0 Nightly Build (1c07b89) - Mac 10.7.5.
Comments
Regarding the stave text appearing at the wrong position, see this: #30681: Stave Text imported in 1.3 score imported from MusicXML appears at top instrument
Size could be a factor.
For normal text, it only seems to affect size 10?
Not sure about Underline.
The "italic" issue happens when importing, the formatting is exported correctly (angled brackets removed to prevent HTML problems):
words font-family="Times New Roman" System Text (Normal)
words font-weight="bold" font-family="Times New Roman" System Text (Bold)
words font-style="italic" font-family="Times New Roman" System Text (Italic)
words underline="1" font-family="Times New Roman" System Text (Underline)
Proposed PR:
https://github.com/musescore/MuseScore/pull/1340
The PR was merged. This problem should be solved.
Now texts are imported as type "StaffText" (and SystemText are actually StaffTexts attached to the first staff) and style changes are encoded in Qt-html during import.
Please re-open if other occurrences are found.
Automatically closed -- issue fixed for 2 weeks with no activity.