bug-lilypond
[Top][All Lists]
Advanced

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

Re: figuredBassAlterationDirection don't work in contexts


From: David Kastrup
Subject: Re: figuredBassAlterationDirection don't work in contexts
Date: Mon, 29 Aug 2016 14:50:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Klaus Rettinghaus <address@hidden> writes:

> % figuredBassAlterationDirection rule
> % isn't working when using with a
> % context staff
> \version "2.18.2"
>
> <<
>  \new Staff = "myStaff"
>  \figuremode {
>    \set figuredBassAlterationDirection = #RIGHT
>    <4+>4 <10 6->8 s8
>    \bassFigureStaffAlignmentDown
>    <6 4>4 <6- 4>
>  }
>  %% Put notes on same Staff as figures
>  \context Staff = "myStaff"
>  {
>    \clef bass
>    c4 c'8 r8 c4 c'
>  }
>>>

Not a bug.  Bass figures are engraved at Staff level, so you need to use

\set Staff.figuredBassAlterationDirection = #RIGHT

here.

-- 
David Kastrup



reply via email to

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