lilypond-user
[Top][All Lists]
Advanced

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

Re: Reducing space between lyric lines


From: Simon Albrecht
Subject: Re: Reducing space between lyric lines
Date: Wed, 29 Jun 2016 01:12:17 +0200

On 29.06.2016 00:39, Br. Gabriel-Marie | SSPX wrote:
So, I'm trying to force my music onto one page. If I can reduce the space between lyric lines then I might be able to get it.

Hi Gabriel,

have a look at these manual pages: <http://lilypond.org/doc/v2.18/Documentation/notation/flexible-vertical-spacing-within-systems#spacing-of-non_002dstaff-lines> and <http://lilypond.org/doc/v2.18/Documentation/notation/flexible-vertical-spacing-within-systems#within_002dsystem-spacing-properties>. You’ll need something along the lines of

\layout {
  \context {
    \Lyrics
    \override VerticalAxisGroup.nonstaff-nonstaff-spacing.padding = 0.5
  }
}

HTH, Simon



reply via email to

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