There was once a way to make the stanzas (lyric verses) closer to each other
a few versions of LilyPond ago. Now, however, they're kind of far apart
again, whether or not they're closer than without what I'm doing (this is in
the current version, the development version as well as some of the previous
ones).

How have things changed?

This is what I'm currently doing:

sopWords = \lyricmode
{
    \override Score . LyricSpace #'minimum-distance = #0.8 %Making it lower
than this doesn't help
}

Then in my layout section, I have this:
\context

{

    \Lyrics

    \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0)

}
-- 
View this message in context: 
http://old.nabble.com/between-stanza-spacing-tp32686674p32686674.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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

Reply via email to