> I'm not top posting.
\version "2.14.2-1"
% Changing the stacking-dir for BassFigureAlignment seems
% to be broken when adding the figures to the staff rather
% than creating a separate FiguredBass "staff".
% Here it works fine...
<<
\new FiguredBass {
\figuremode {
\override BassFigureAlignment #'stacking-dir = #UP
<6 10>4
}}
\context Staff = myStaff
{
\clef bass
c4
}
>>
% ... here it doesn't.
<<
\new Staff = myStaff
\figuremode {
\override BassFigureAlignment #'stacking-dir = #UP
<6 10>4
}
\context Staff = myStaff
{
\clef bass
c4
}
>>
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond