[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    Re: Changing distance between chord suffixes
From:       Lib Lists <listslib () gmail ! com>
Date:       2023-05-28 8:51:05
Message-ID: CAPpbxK0ALENeWtO2rFjjufqHyk9+GivYUG55PZ95b2kbs1Ciag () mail ! gmail ! com
[Download RAW message or body]

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic