bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \override BassFigureAlignment #'stacking-dir broken 2.14.2-1


From: Thomas Morley
Subject: Re: \override BassFigureAlignment #'stacking-dir broken 2.14.2-1
Date: Wed, 9 May 2012 22:04:44 +0200

2012/5/9 TorbjörnBjörkman <address@hidden>:
>> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]