On Fri, 2026-09-18 at 11:17 +0200, Lukas-Fabian Moser wrote:
> Hi Richard,
>
> Am 17.09.26 um 19:19 schrieb Richard Shann:
> > I use the following syntax to enter figured bass
> >
> > \version "2.26"
> > \score {
> >
> > \new Staff <<
> > \context Staff \figuremode { <[3-]>4 }
> > \new Voice { \clef bass c4 }
> > >>
> > }
> >
> > but, as in this example, it falls over if markup or the [ ]
> > notation is
> > used as the markup or brackets appear as separate "figures"
> > Is there any easy way round this?
>
> This is, unfortunately, a known regression:
> https://gitlab.com/lilypond/lilypond/-/work_items/6552
>
> In that issue, Jean gives a workaround, which I hope doesn't cause
> other
> problems.
Thank you for alerting me to this. I've tested some files and the
workaround from Jean seems to work without issues.
Richard