lilypond-devel
[Top][All Lists]
Advanced

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

Re: Figured bass bug in 2.23.82?


From: Werner LEMBERG
Subject: Re: Figured bass bug in 2.23.82?
Date: Sun, 11 Dec 2022 21:52:16 +0000 (UTC)

> if I do
> 
> \version "2.23.82"
> 
> \new FiguredBass \figuremode {
>   <6> <_+> <_-> <_!>
> }
> 
> I get:
> 
> As soon as I do
> 
> \version "2.23.82"
> 
> \new FiguredBass \figuremode {
>   <6> <_+> <_-> <_!> <6!>
> }
> 
> this becomes

Image missing.

> I'm pretty sure this is not how it's supposed to be? (I'm very sorry
> to bring this up at this point of time.)

I'm not sure what problem you have.  Compiling

```
\version "2.25.0"

\new FiguredBass \figuremode {
  <6> <_+> <_-> <_!>
}

\new FiguredBass \figuremode {
  <6> <_+> <_-> <_!> <6!>
}
```

I get the attached image, which looks OK to me.


    Werner

PNG image


reply via email to

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