>> Since I don't have experience with chord names I ask users who need
>> this feature to check whether it works as expected in general.
>
> It works like a charm in my source! Thanks for researching this.
:-)
https://gitlab.com/lilypond/lilypond/-/merge_requests/2281
Werner
On Thu, Mar 21, 2024 at 2:30 PM Werner LEMBERG wrote:
>
> I think I've found the real fix for the problem. Suddenly remembering
> that we already have the `Span_bar_stub_engraver` to handle exactly
> such situations I wondered why it works for lyrics but not for chord
> names. Comparing the def
>>> I remembered that you can add the Bar_engraver to ChordNames.
>>> Making them transparent so they do not visually interfere with the
>>> SpanBar, but they still take up space.
>>
>> Nice! This begs the question whether we have a real bug or 'just'
>> insufficient documentation...
>
> I was t