Double flat and double sharp symbols do not work in figured bass
Ubuntu 14.04, GIT commit: 6b554a9
1) create figured bass
2) type bb6 or 6bb
Result: b6 or 6b are rendered
I have no particular reason to expect this to work except it says it does in http://musescore.org/en/node/15183. I wonder if this ever worked, or if perhaps I broke this when adding support for double flat and double sharp in chord symbols a few months back?
Comments
Seems the problem is here:
https://github.com/musescore/MuseScore/blob/master/libmscore/figuredbas…
We correctly detect the double flat just above, but then override it. Should probably be an "else" before this line? That seems to fix it.
Here's a PR for that change. Makes sense to me and seems to work, clearly doesn't make things any worse.
Possibly it never worked indeed. And it never got tested as double accidentals are not actually used in (real world) B.C.; I implemented them only because MXML includes them.
Good catch, anyway! I can only speculate how had you need for them...
No need, just trying to make screenshots for documentation!
Fixed in d2f2c66890
Automatically closed -- issue fixed for 2 weeks with no activity.