lilypond-user
[Top][All Lists]
Advanced

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

Re: ChordNames Vertical Spacing


From: Lukas-Fabian Moser
Subject: Re: ChordNames Vertical Spacing
Date: Tue, 7 Dec 2021 21:29:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

Hi Greg,

How do I reduce the vertical spacing between two rows of chord names?

For LilyPond, these are just systems of music (just happening to contain only chords). So, the \paper variable system-system-spacing is what we need.

To kill of any distance, use

\paper {
  system-system-spacing =
  #'((basic-distance . 0)
     (minimum-distance . 0)
     (padding . 0)
     (stretchability . 0))
}

Probably you'll want to replace some of those zeroes by positive values :-).

Lukas




reply via email to

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