lilypond-user
[Top][All Lists]
Advanced

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

Re: lyric vertical spacing


From: Mats Bengtsson
Subject: Re: lyric vertical spacing
Date: Sun, 13 May 2007 21:22:08 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

David Bobroff wrote:

You should be able to find several examples in the mailing list
archives. The basic ideas are described in the section on "Vertical
spacing inside a system".

I went there per your suggestion and tried tweaking the minimum-y-extent
but I was unable to make it any better.

Really? The following example shows the difference you can
obtain:

\version "2.10.0"

% Default layout:
\score{
<<
\new Staff \new Voice = m \relative c'{ c4 d e f g f e d c1 }
\new Lyrics \lyricsto m {aa aa aa aa aa aa aa aa aa }
>>
}

% Reducing the minimum space below the Staff and above the Lyrics:
\score{
<<
\new Staff \with {\override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 4)}
 \new Voice = m \relative c'{ c4 d e f g f e d c1 }
\new Lyrics \with {\override VerticalAxisGroup #'minimum-Y-extent = #'(-1.2 . 1)}
\lyricsto m {aa aa aa aa aa aa aa aa aa }
>>
}


  /Mats




reply via email to

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