Dot sizes small in instrument parts.

• Mar 22, 2019 - 20:43
Reported version
3.0
Priority
P1 - High
Type
Graphical (UI)
Frequency
Few
Severity
S3 - Major
Reproducibility
Randomly
Status
closed
Regression
Yes
Workaround
Yes
Project

Create a dotted note and on random occasions, the dot will appear small in instrument parts.


Comments

Regression No Yes
Workaround No Yes
Priority P1 - High

Fixes itself on reload. Chances seem good that this will apply to more than just dots, worth doing a little more investigation.

See [#287020], apparently stems and lines too. And now I see, tuplet brackets. These all fix themselves on any change to style settings, as well as on reload.

This makes me think we are probably relying on styleP() but not recomputing the values for the excerpt even though the spatium is different. If so, it should be an easy fix that catches all relevant settings at once.

Turns out the dot issue is different from the others. The others are a question of the original stem width etc being copied directly to the part and not rescaled, I have a fix for that. The dot issue is different, it appears the copied note (in the part) actually contains the original dot (from the score), not a copy of it. That's why clicking the dot replaces the view with the score. I had seen that glitch before and not been able to figure out why.

Anyhow, working on a fix for that too.

Fix version
3.1.0