lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical spacing between two staves for the whole page


From: Mats Bengtsson
Subject: Re: Vertical spacing between two staves for the whole page
Date: Thu, 22 Jan 2009 16:43:44 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)



Dmytro O. Redchuk wrote:
2009/1/22 Mats Bengtsson <address@hidden>:
Why not specify the minimum vertical extent of either one of the Lyrics or
Staff contexts (depending
on where you want the space), using the techniques described in
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Vertical-spacing-inside-a-system
Mmm... There may be some problem, if the number of lyrics contexts
between staves is different for different systems (ie, fourth system
has two lyrics contexts).

In this case "extra" Lyrics context takes extra space, doesn't it?
Not if you only do the setting for the specific Lyrics context where you want the extra space
above or below.  Example:

music = \relative c' \repeat unfold 10 {c d e f }
lyr = \lyricmode { \repeat unfold 10 { Here is some text. } }
\score{
<<
\new Staff { \music }
\new Lyrics \lyr
\new Lyrics \with { \override VerticalAxisGroup #'minimum-Y-extent = #'(-0.75 . 5.0) } \lyr
\new Lyrics \lyr
\new Staff {\music }
>>
}


   /Mats





reply via email to

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