Mats Bengtsson wrote:

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

This seems to be the best solution. The other solutions give me very weird output (or I don't use them correctly).

Regards,
Maarten


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to