Hi All,

I've come to a point where I need manual control over the vertical spacing
between musical systems.  The most prominent solution I've found seems not
to be behaving as expected: no matter how I change the values in the \paper
block, each configuration returns the same pdf.

Is there something I've missed in terms of properly integrating these
lines?  Or is there a preferable alternative that any of you would
recommend?

Example:

\header{
  title = "A scale in LilyPond"
}

\paper {
  between-system-space = 1\cm
  between-system-padding = #1
  ragged-bottom=##f
  ragged-last-bottom=##f
}

\relative {
c4 c4 c4 c4 |
\break
e4 e4 e4 e4 |
\break
g4 g4 g4 g4 |
}

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

Reply via email to