On Tue, Aug 19, 2025, 1:42 PM Robin Bannister <r...@dabble.ch> wrote:
> Flaming Hakama by Elaine wrote: > > > > I am notating a Jazz chart with chord symbols that uses slashes to > indicate > > single-beat repeats. > > > > I have been using an approach that formats quarter note rests as slashes. > > I don't recall where I got this code, but it defines a new > ChordNamesRests > > that allows this behavior. > > > > Maybe absent Jean can help? > > https://lists.gnu.org/archive/html//lilypond-user/2023-04/msg00325.html > > > Cheers, > Robin > That looks like the source of the code I'm using, which introduced ChordNamesRests The issue remains that the ChordNamesRests is not the same as ChordNames. Of course it differs in that it adds the rest feature. But it does not behave the same with spacing and fonts. I have figured out how to address the fonts, but not spacing. Would anyone be able to point me to an approach that would let me clone ChordNames in full, or find out everything else I would need to add to it to get the same behavior? Thanks >