lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical spacing of lyrics


From: Kieren MacMillan
Subject: Re: Vertical spacing of lyrics
Date: Thu, 24 Dec 2009 12:46:46 -0500

Hi Fr Michael,

I guess the \addlyrics{} context doesn't do so well with this ...

You can always add it in the \layout block, e.g.

\layout {
  \context {
    \Lyrics
    \override VerticalAxisGroup ...
  }
}

Now all Lyrics will have the same property settings — in this case, you probably want to keep the space above the Lyrics small (to keep the top one close to the music above it) and increase the space below (to have more space between subsequent Lyrics).

Hope this helps!
Kieren.



reply via email to

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