"Line thickness" parameter of ambitus is not working properly
Reported version
3.0
Type
Functional
Frequency
Few
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
Windows 10, Musescore Version 3.0.4
Changing parameter "line thickness" in inspector has a strange effect on the Ambitus symbol…
It worked fine in version 2.3.2
Fix version
3.5.0
Comments
yes.
Like x25 => 0.10 = 2.5 (approx.)
still the case in 3.4.1
Came across this. Trying to find a fix.
.
See https://github.com/musescore/MuseScore/pull/6122.
Fixed in branch 3.x, commit dc09336f71
_fix #285135: "line thickness" parameter of ambitus is not working properly
Pid::LINE_WIDTH
cannot be used, since it's aqreal
value, but the value used to store the line thickness of an ambitus is aSpatium
value, so we have to use anotherPid
which isSpatium
type, a new onePid::LINE_WIDTH_SPATIUM
._Automatically closed -- issue fixed for 2 weeks with no activity.