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