Figured Bass: continuation line not scaled to page scale
Description: the thickness of continuation lines in figured bass elements does not follow page scaling, but always keeps the same thickness.
In addition, a difference in font selection in the FiguredBassItem::layout()
and in the FiguredBassItem::draw()
method may result in different line height at different page scales.
Steps: to replicate this issue is enough to open (or create) any score with figured bass elements with continuation lines and scale it up / down with "Layout | Page settings::: | Scaling", looking at the thickness of the continuation lines.
Comments
See https://github.com/musescore/MuseScore/pull/2265
Fixed in branch master, commit efc04e4b5b
Fix #84676 - Figured Bass continuation line thickness and vert. pos.
References:
- issue: https://musescore.org/en/node/84676
- related forum post: https://musescore.org/en/node/83311
1) The thickness of figured bass cont. lines is not scaled according to page scaling.
2) Font selection in `FiguredBassItem::layout()` is slightly different than in `FiguredBassItem::draw()` and this may account for some difference in the vert. pos. of the cont. line at different page scaling.
Fixed in branch master, commit 5f7a57ade5
Merge pull request #2265 from mgavioli/Fix_84676_FigBass_continuation_lines
Fix #84676 - Figured Bass continuation line thickness and vert. pos.
Fixed in branch 2.0.3, commit 82d9700b4b
Fix #84676 - Figured Bass continuation line thickness and vert. pos.
References:
- issue: https://musescore.org/en/node/84676
- related forum post: https://musescore.org/en/node/83311
1) The thickness of figured bass cont. lines is not scaled according to page scaling.
2) Font selection in `FiguredBassItem::layout()` is slightly different than in `FiguredBassItem::draw()` and this may account for some difference in the vert. pos. of the cont. line at different page scaling.
Automatically closed -- issue fixed for 2 weeks with no activity.