Hi Piotr,

I think this could help you.

Cheers,
Joram


\new ChordNames \with {
  \override BarLine #'bar-extent = #'(-2 . 2)
  \consists "Bar_engraver"
}
\chordmode {
  f1:maj7 f:7 bes:7 f:7 \break
  f1:maj7 f:7 bes:7 f:7
}

% This reduces the distance between the lines to a minimum.
% Please adjust the numbers to your needs!
\paper {
  system-system-spacing.basic-distance = #0
  system-system-spacing.padding = #0
  system-system-spacing.minimum-distance = #0
}

% This removes the bar numbers which is perhaps not wanted
% but it also saves space.
\layout {
  \context {
    \Score
    \remove "Bar_number_engraver"
  }
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to