Dmytro O. Redchuk wrote:
2009/1/22 Mats Bengtsson <mats.bengts...@ee.kth.se>:
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



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to