Figured bass properties not saved
Changes to offset and color for figured bass elements are lost on save/restore. That's because figured bass inherits from TextBase which sets these up as styled properties, but we never call TextProperties::writeProperties() since most of the text properties actually don't apply. Also, offset and color show as styled in the Inspector, but hitting the set as style button actually sets the default text style and thus potentially affects other elements that inherit this.
Loss of the offset info is critical, or would be if more people actually used figured bass :-)
There are layout issues with figured bass as well - no autoplace, rendered as plain text during edit. There are some improvements with 3.1 - at least style changed take effect now.
Preparing a PR to fix all of this.
Comments
This seems to be the same as #282890: Figured bass style parameters not saved which claims to be fixed.
It's not the same, and that bug is fixed. That bug had to do with the settings in Format / Style / Figured Bass, which didn't take effect at all. That is, you could change the font size in that dialog, hit OK, and see no change in your score. That works correctly now. But it's still the case that manual adjustments don't survive save/reload.
https://github.com/musescore/MuseScore/pull/5026
Fixed in branch master, commit 215d25fee9
fix #289286: figured bass properties and autoplace
Fixed in branch master, commit 76245d7d78
_Merge pull request #5026 from MarcSabatella/figured-bass-autoplace
fix #289286: figured bass properties and autoplace_
Automatically closed -- issue fixed for 2 weeks with no activity.