Incorrect barline when opening 0.9.X score
OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (32-bit): 3.0.0, revision: 6a60be8
See the attached file opened in master:
Attachment | Size |
---|---|
1913_1.mscz | 12.46 KB |
OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (32-bit): 3.0.0, revision: 6a60be8
See the attached file opened in master:
Attachment | Size |
---|---|
1913_1.mscz | 12.46 KB |
Comments
relates to #274863: [EPIC] Importing <= 1.14 version scores to 3.0
Recommended way for 1.14 scores is to open them in 2.3.2, Save As and open in 3.0
Isn't that something read114() should take care of?
In reply to Isn't that something read114… by Jojo-Schmitz
Well. We don't guarantee correct appearing of all elements if user opens 1.14 score in 3.0. read114() is much better in 2.3.2, so we recommend to open old scores in 2.3.2, save and open in 3.0.
OK. And again a reason why we need a different application name for MuseScore 3.0 on Windows, different from "mscore,exe" (1.x) and "MuseScore.exe" (2.x), to allow for 'Open with'
Just a random non-informed thought.
If read114 from 2.x is better, why not use it?
I mean, have the new read114 perform
{ read114_as_in_ms2x(); read_ms2x_and_convert_to_3(); }
Combining the best of both worlds?
Yes, it'd take longer to process such a score, but probably the result will be a lot better and more user-friendly.