lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing distance between chord suffixes


From: Lib Lists
Subject: Re: Changing distance between chord suffixes
Date: Sun, 28 May 2023 10:51:05 +0200

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 <listslib@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

[Prev in Thread] Current Thread [Next in Thread]