lilypond-devel
[Top][All Lists]
Advanced

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

Very wide spacing w chords & lyrics


From: Erik Sandberg
Subject: Very wide spacing w chords & lyrics
Date: Mon, 18 Oct 2004 22:17:33 +0200
User-agent: KMail/1.6.2

Hi,

The vertical distance between staves is much much bigger if chords and lyrics 
are used, even if I reduce all minimumVerticalExtents. Is this a bug or 
intentional? And if it's intentional, why??

Erik


\version "2.3.22"

\layout {
\context {\Score \override System #'print-function = #box-grob-stencil }

\context {\Staff minimumVerticalExtent = #'(0 . 0) }
\context {\ChordNames minimumVerticalExtent = #'(0 . 0) }
\context {\Lyrics minimumVerticalExtent = #'(0 . 0) }
}

<<
\new ChordNames \repeat unfold 5 { c1 }
\new Staff \repeat unfold 8 { c''1 \break }
\new Lyrics \repeat unfold 6 \lyrics { bla }
>>




reply via email to

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