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.
Comments
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.
Rather https://musescore.org/en/node/287020 ;-)
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.
https://github.com/musescore/MuseScore/pull/4858
Fixed in branch master, commit b8d0338fcd
fix #286530: scaling of dot, lines, and more in parts
Fixed in branch master, commit 9fb5da21be
_Merge pull request #4858 from MarcSabatella/286530-scale-dot
fix #286530: scaling of dot, lines, and more in parts_
Automatically closed -- issue fixed for 2 weeks with no activity.