Allow figured bass directly on selected rest (in bass line)
It is possible to place figures (as in figured bass) on a rest by navigating from the figure (even a null one) on the previous note, either by typing a note-value number (e.g., Ctrl-4 for an eighth note since the last) or by simply typing space inside the figure of the last figure--- remarkably, MS just positions to the rest with the figure open.
There seems to be no reason, therefore, that you cannot simply type Ctrl-G at a selected rest.
There are two reasons for figured rests, (1), the common one, a change of chord from the last bass, as opposed to releasing the realization, and (2) in certain pieces, a chord that starts before the bass note appears (see Bach example in linked postings). In the latter case, the first rest of a composition starting with a rest cannot now be figured (because there is no last note to navigate forward from).
Comments
https://musescore.org/en/node/301715
I assume the fix is just a matter of adding a few lines of code to handle rests in the same basic way as notes in Score::addFiguredBass()
See https://github.com/musescore/MuseScore/pull/5771
Fixed in branch master, commit fdf1fef643
_fix #301753: figured bass under rests
Altered condition within libmscore/figuredbass.cpp to allow for figures to be written under rests_
Fixed in branch master, commit 85999e75cf
_Merge pull request #5771 from flynndcs/301753-figuredbassrests
fix #301753: Figures under rests_
Automatically closed -- issue fixed for 2 weeks with no activity.