bug-lilypond
[Top][All Lists]
Advanced

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

System-stretch do not work with system-count


From: Rune Zedeler
Subject: System-stretch do not work with system-count
Date: Sat, 01 Mar 2008 00:40:35 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

If system-count is set then system-stretching does not take place:

\version "2.11.41"
mel = \repeat unfold 64 a'32
\paper {
  ragged-last-bottom = ##f
  system-count = #2 % works if this line is commented out
}
\layout {
  \context {
    \Score
    \override VerticalAlignment #'max-stretch = #30
  }
}
\score {
  \new ChoirStaff << \mel \mel \mel \mel \mel >>
}


The system-count line should not do anything, because lilypond generates 2 sytems nevertheless. BUT, when the line is present, then the VerticalAlignment stops working. Attached two pictures. One where the line is commented out, and one where it is not.

-Rune

PNG image

PNG image


reply via email to

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