lilypond-user
[Top][All Lists]
Advanced

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

Re: ChordNames context with bar lines - vertical spacing issue


From: Noeck
Subject: Re: ChordNames context with bar lines - vertical spacing issue
Date: Mon, 03 Feb 2014 20:56:27 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

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"
  }
}



reply via email to

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