Figured Bass: continuation line not scaled to page scale

• Oct 24, 2015 - 22:58
Type
Functional
Severity
S4 - Minor
Status
closed
Project

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

Status (old) patch (ready to commit) fixed

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 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.