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

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

Reply via email to