Frame gap wrong in score imported from v2
Reported version
3.0
Priority
P1 - High
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
The Vertical Frames and Text Frames on the cover pages of this OpenScore edition had a top gap and bottom gap of 0 in MuseScore 2.
However, they are given a top gap and bottom gap of 7 sp when imported into MuseScore 3.
Be careful that the fix doesn't remove the gap between the "Movement I" frame and the music. It appears that Frames need to be imported with a different default gap depending on whether they are next to music or another frame.
Attachment | Size |
---|---|
Bach_-_Brandenburg_Concerto_No._3_-_BWV_1041.mscz | 2.72 MB |
Fix version
3.0.1
Comments
This is because they incorrectly have the 'size follows staff spatium' setting set to true. This may be to do with the fact they use custom text styles. I'll investigate.
@TheOtherJThistle, I think the problem with text being incorrectly imported with "size follows spatium" is a side effect of #280523: Switch size changes with staff space settings does not affect styles individually .
However, that is not related to the bug tracked in this issue. This issue refers specifically to the gap between the frames, not the size of the text within the frames. The frame gaps are the things displayed in the Inspector when you select the frame, not the text within the frame.
PR: https://github.com/musescore/MuseScore/pull/4572
Combined with the fix for #280523: Switch size changes with staff space settings does not affect styles individually , this should fix the almost all the layout of this score :)
Fixed in branch master, commit f565b5e8cb
fix #279585: frame gap not imported correctly 2.x->3.0
Fixed in branch master, commit ba092b0835
Merge pull request #4572 from jthistle/279585-frame-gap-wrong-in-2x-scores-imported
fix #279585: frame gap not imported correctly 2.x->3.0
Automatically closed -- issue fixed for 2 weeks with no activity.