Reinhold Kainhofer wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1Now that I have solved my first two problems, I'm now running into two other problems:1) If I use extender lines and subsequent figures add new numbers (like for example <_+>4 <9 7_+>), then the extender line will always be on top of the new figures, which is wrong. In this case, the order (from top to bottom) should be 9, 7, extender for the #. Sample is attached.
I found it! It took a while but I made it work by adding this "stacking-dir" command:
\override Staff.BassFigureAlignment #'stacking-dir = #'1
So the whole variable looks like this:
fb = \figuremode {
\override Staff.BassFigureAlignment #'stacking-dir = #'1
\bassFigureExtendersOn
% Question 6: With extenders, subsequent new numbers always
appear below existing numbers, which is wrong:
< _+>2 <9 7 _+> } Image attached... Jon -- Jonathan Kulp http://www.jonathankulp.com
<<attachment: FB_Ordering.png>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
