It would be nice if there was an option to control the position of the numbers with stack placeholders.
http://verovio.humdrum.org/?file=bach-wtc-fugues/wtc2f24.krn
fb -c -a -3

With this option the numbers in measure 97 should be vertical aligned to the bottom. Basically each track should get its own stack placeholder.
Of course you could simply use fb -c -a -3 -i instead:

When introducing stack placeholders numbers could also pushed to the bottom when using --above:
fb -c -a -3 -r --above

But this needs to work a bit differently since when using -n or -r the max number of displayed numbers per chord needs to get calculated. Without these option the max number of tracks can be used. Unfortunately we cannot do this per line as the kern encoding does not know about the dynamic line width when rendered with verovio. So we can only do this per file (or per measure).
It would be nice if there was an option to control the position of the numbers with stack placeholders.
http://verovio.humdrum.org/?file=bach-wtc-fugues/wtc2f24.krn
fb -c -a -3With this option the numbers in measure 97 should be vertical aligned to the bottom. Basically each track should get its own stack placeholder.
Of course you could simply use
fb -c -a -3 -iinstead:When introducing stack placeholders numbers could also pushed to the bottom when using
--above:fb -c -a -3 -r --aboveBut this needs to work a bit differently since when using
-nor-rthe max number of displayed numbers per chord needs to get calculated. Without these option the max number of tracks can be used. Unfortunately we cannot do this per line as the kern encoding does not know about the dynamic line width when rendered with verovio. So we can only do this per file (or per measure).