lilypond-user
[Top][All Lists]
Advanced

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

ChordNames context with bar lines - vertical spacing issue


From: Piotr
Subject: ChordNames context with bar lines - vertical spacing issue
Date: Mon, 3 Feb 2014 19:00:59 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello, I am trying to design a simple chord sheet in LilyPond - just chords
and bar lines. I found this snippet at the repository, that enables me to do
that without creating any staves: (http://lsr.dsi.unimi.it/LSR/Item?id=460)

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

My problem is that the vertical spacing between the lines leaves quite a bit
of empty space. How can I decrease the spacing? With staves it is simple,
but there is no staves object here...

Thank you!
Piotr




reply via email to

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