Indeed chordNameSeparator is responsible for the space between suffixes.
Solved as follows:

\version "2.25.5"
\chords{
  des:maj7.5+ fis:7.5+.9+.11+
}
\layout {
\context {
    \ChordNames
    chordNameSeparator = #(make-hspace-markup 0.2)
  }
}


On Sat, 27 May 2023 at 17:59, Lib Lists <lists...@gmail.com> wrote:
>
> Hello,
> in the following example (see attached edited pdf) I'd like to reduce
> the distance between the suffixes. It looks like the distance between
> the root and the first suffix is smaller than the distances between
> the following suffixes.
>
> \version "2.25.5"
> \chords{
>   des:maj7.5+ fis:7.5+.9+.11+
> }
>
> From what I understand the distance is caused by the (empty?)
> chordNameSeparator, but I have no idea how to modify it.
>
> Thank you in advance for any hint,
> Lib

Reply via email to