New MuseScore 3.6 Style Defaults Unexpectedly Applying via CLI Process
Download MuseScore 3.6 AppImage to Linux Installation
Take a MuseScore file created by MuseScore 3.5.2 and create a JSON job file for CLI with the following contents:
[{
'in': mscz_file_name,
'out': [
["[", "]-song_name.pdf"],
["[", "]-song_name.png"],
["[MID][", "]-song_name.mid"],
"[MP3]-song_name.mp3",
"[MID]-song_name.mid"
]
}]
Run the following CLI command: musescore3 -j json_file -r 144 -m -s -w
Observe that the new style defaults that are prompted when opening older files in the MuseScore 3.6 UI are automatically applied. (Composer text is smaller, first system is indented, measure numbers are italicized)
These should not automatically apply by default, since the user was not prompted at all to approve the changes.
Attachment | Size |
---|---|
MuseScore Differences.png | 476.75 KB |
Suikoden II - La Mia Tristezza.mscz | 69.06 KB |
Comments
Is there a workaround to this? The indented first system is killing me.
Apply your own style file with this unset, noIndentOnFirstSystem.mss:
In reply to Apply your own style file… by Jojo-Schmitz
I'm trying:
mscore -S noindent.xml -j update.json
, but no success, still indented. What did I do wrong?Style files are .mss, not .xml (even if they look like XML files)
But even then I'm not sure whether that works,
measure numbers are italicized
That sample score doesn't show any measure numbers, not in 3.6.2 (with or withour takining the new fonts) nor in 3.5.2
Please retest with 3.6.2, back in December that got to have been the Release Canditate
My workaround is this:
The command line tool will not change the indentation value.
The style file workaround above does not work for me.