Wrong curly bracket scaling when using MuseJazz
Reported version
3.x-dev
Type
Functional
Frequency
Once
Severity
S2 - Critical
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
1) Start a 3.x
MuseScore.
2) Load the score "bracket-scaling.mscx"
3) In the Page Settings
form, change Staff space
into 1.0
Now in 3.x, the score looks like:
4) Change Staff space
into 3.0:
When doing the same in 3.5
the bracket scales as expected.
Attachment | Size |
---|---|
bracket-scaling.mscx | 4.91 KB |
Screenshot_20200929_175151.png | 54.75 KB |
Fix version
3.5.1
Comments
Please see #294384: Curly braces do not scale with staff when Bravura or MuseJazz font is used
In reply to Please see #294384: Curly… by JohnJ1995
Thanks, I missed that one. However, this issue is about scaling using the parameter
Staff space
. Nevertheless, there can be a connection, it might help to pinpoint the root cause of this issue. Thanks again for the hint.Hmm, probably not a duplicate then, unless you're using an older 3.x dev version
In reply to Hmm, probably not a… by Jojo-Schmitz
Indeed no duplicate, I'm using the most recent 3.x.
But as said before, there might be a link. Still investigating.
Issue is introduced by PR #6496 which makes the solution simple.
Which is the PR that was supposed to fix #294384: Curly braces do not scale with staff when Bravura or MuseJazz font is used
Indeed. That PR solved #294384: Curly braces do not scale with staff when Bravura or MuseJazz font is used but removed the scaling as a result of a non-default
Staff space
. I'm now running tests for a PR which supports both scaling (changedStaff space
and scaled staves).See https://github.com/musescore/MuseScore/pull/6590
Fixed in branch 3.x, commit df28477120
_Fix #311084 - Wrong curly bracket scaling when using MuseJazz
Restore scaling caused by the parameters "Staff space". This was inadvertently removed by solving scaling due to scaled staves (PR #6496)._
Automatically closed -- issue fixed for 2 weeks with no activity.