Arvid Grøtting <arvidgr <at> gmail.com> writes:

> I haven't cooked up a minimal example yet, but is vertical stretching supposed
> to disappear if you set system-count to a value in the \paper block?

\version "2.11.20"

\paper {
  %% uncomment next line, and stretching disappears.
  %% system-count = 3
  ragged-last-bottom = ##f
}

\score {

  \context Score <<
    \relative c'' { \repeat unfold 15 c1 }
    \relative c'' { \repeat unfold 15 c1 }
    \relative c'' { \repeat unfold 15 c1 }
  >>
  \layout {}
 }





_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to