Figured bass not showing in full score
Hello, I'm new to notating figured bass with MuseScore. In the attached file, I've inputted figured bass in the Violoncello (in the Continuo part). However, the figured bass doesn't show up in the full score. I've also tried the reverse - adding figured bass to the full score doesn't seem to replicate it in the part score. I'm wondering if this is the intended behaviour? I'd like to have figured bass show up in both places without needing to copy-and-paste, if that's possible. Thanks for the help!
Attachment | Size |
---|---|
RV565 Mvt I Questions.mscz | 125.34 KB |
Comments
Possible workaround: Remove the part, add figured bass to the main score, regenerate the part, as that would copy them accross.
In reply to Posasible workaround: Remove… by Jojo-Schmitz
I see, that seems to work! I'll do that for now unless there's a better solution. Thanks!
There's another peculiarity I've noticed with part scores - if chord symbols, staff text or in this case figured bass are inserted from the full score, the text on the part score is smaller. However, if I click on the text to edit it from the part score, it returns to its intended size (as in the first 7).
I'm not sure if this is caused by the custom styles I'm using but I can't seem to find any settings that may cause the text size to differ between full and part scores. Would you happen to know why this is the case?
To me is seems to be a bug that figured bass apparently doesn't propagate between main score and part, at least not in that score
In reply to To me is seems to be a bug… by Jojo-Schmitz
I had the same problems in different scores
In reply to I had the same problems in… by wolfgan
Best report it in the issue tracker, as far as I can tell it hasn't been reported before
In reply to To me is seems to be a bug… by Jojo-Schmitz
And I believe to have found the culprit, see src/engraving/libmscore/property.cpp, lines 167-176:
and notice the
false
there, which means to not keep these (figured bass) elements in sync between main score and partIn reply to And I believe to have found… by Jojo-Schmitz
My code above doesn't fix the issue at all :-(
But see below
In reply to To me is seems to be a bug… by Jojo-Schmitz
See https://github.com/musescore/MuseScore/issues/17625
and https://github.com/musescore/MuseScore/pull/20139 (just got merged)
So finally fixed for 4.2,
But also in 3.7 soon.