> 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

Reply via email to