bug-lilypond
[Top][All Lists]
Advanced

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

Re: system-count and stretching


From: Arvid Grøtting
Subject: Re: system-count and stretching
Date: Wed, 28 Feb 2007 15:09:18 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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 {}
 }







reply via email to

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