2012/5/9 TorbjörnBjörkman <[email protected]>: >> 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 > } >>>
If you specify the context it will work: \override Staff.BassFigureAlignment #'stacking-dir = #UP HTH, Harm _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
