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: Maarten Deen
Subject: Re: Vertical spacing between two staves for the whole page
Date: Thu, 22 Jan 2009 17:09:26 +0100
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

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




reply via email to

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