You forgot the lilypond list email, Dimitri.
-------- Forwarded Message --------
Subject: Re: Figured bass
Date: Thu, 25 Apr 2024 01:37:09 +0300
From: Dimitri Sykias <[email protected]>
To: Jakob Pedersen <[email protected]>
OK. I found it: \set figuredBassAlterationDirection = #RIGHT
On 25 Apr 2024, at 1:32 AM, Dimitri Sykias <[email protected]> wrote:
\version "2.24.3"
<<
\new Voice {
\relative c' {
\omit Score.TimeSignature
\time 4/4
\textMark "a)"
c1 \bar "||"
\textMark "b)"
bes' \bar "||"
}
}
\figures {
\override FiguredBass.BassFigure.font-size = #2
<6- 4> <6_> }
>>
<document.jpg>
On 25 Apr 2024, at 1:19 AM, Jakob Pedersen <[email protected]> wrote:
Hi again
You should probably supply a tiny working example for the smarter
people to have a look at:
http://lilypond.org/doc/v2.24/Documentation/web/tiny-examples
Best wishes,
Jakob
On 25.04.2024 00.15, Dimitri Sykias wrote:
Hi Jacob
Thanks for the reply.
When I use for ex. (Version "2.24.1”)
\figures {
\override FiguredBass.BassFigure.font-size = #2
<6- 4> <6> <6- 4-> <_-> <5-> <5+ _+> < 5- _-> <6 _+> <_+> <5- _->}
accidentals are placed at the left side of the number.
On 25 Apr 2024, at 1:10 AM, Jakob Pedersen <[email protected]> wrote:
Hi Dimitri
Isn't that the standard as shown in the example?
http://lilypond.org/doc/v2.24/Documentation/notation/figured-bass
Best wishes,
Jakob
On 25.04.2024 00.03, Dimitri Sykias wrote:
In Figured bass is it possible to place accidentals at the right side of the
number? (Ex. 6b, 5#)
Thanks!