Barline disappeares when I add a horizontal frame
I just upgraded Musescore to Version 3.3.0.8737 Revision 4761df6. I didn't have this problem with the previous version.
At the end of this piece I inserted a horizontal frame to separate the ending Coda from the rest of the piece. When I do this, the barline of the measure before the horizontal frame disappears and cannot be added (I need a double line barline there). I can insert an end repeat barline but if I try to insert anything else the barline disappears.
Is this a bug? Any help would be appreciated.
Attachment | Size |
---|---|
The Spirit Of Christmas Past(3).mscz | 32.96 KB |
Comments
Could it be related to #295892: Missing barline with a horizontal frame followed by start repeat? This was reported in version 3.2.3 though.
EDIT: posts crossed :-)
I believe the problem occurs only if the coda starts with a repeat sign - we have code to not display the end barline of the previous measure in that case, but it's not smart enough to realize we still need to display it if there is a frame between them. I don't think this problem is new, the code involved hasn't changed lately. I'm guessing you simply never tried to start a coda with a repeat before.
See #295892: Missing barline with a horizontal frame followed by start repeat. I'll see about fixing this for 3.3.1, looks simple.
In reply to I believe the problem occurs… by Marc Sabatella
OK... thanks.
In reply to I believe the problem occurs… by Marc Sabatella
Guess you mean https://musescore.org/en/node/295839 (it isn't an issue)
Oops, another cross-post
In reply to Guess you mean https:/… by Jojo-Schmitz
Yep, edited my post once I realized I linked to the original forum thread where this was reported, rather than the issue that was created subsequently.
Meanwhile, I just submitted a PR to fix it: https://github.com/musescore/MuseScore/pull/5458