lilypond-user
[Top][All Lists]
Advanced

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

ChordNames Vertical Spacing


From: Gregory Hollands
Subject: ChordNames Vertical Spacing
Date: Tue, 7 Dec 2021 14:57:25 -0500

Salutations,

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

Thanks,
Greg

% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %

\version "2.22"

IntroChords = \chordmode {
  \time 6/8
  a2.:m c2. d2. f2.
  a2.:m c2. e2. e2.:7
  \break
  a2.:m c2. d2. f2.
  a2.:m e2. a2.:m e2.:7
}

<<
  \new ChordNames \with {
    \override BarLine.bar-extent = #'(-1 . 3)
    \consists "Bar_engraver"
  }
  { \IntroChords }
>>

\layout {
  indent = #0
  \omit Score.BarNumber
}

% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %

reply via email to

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