bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1553 in lilypond: Staff stretching problem in 2.13.50+


From: lilypond
Subject: Issue 1553 in lilypond: Staff stretching problem in 2.13.50+
Date: Wed, 09 Mar 2011 13:50:18 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical

New issue 1553 by address@hidden: Staff stretching problem in 2.13.50+
http://code.google.com/p/lilypond/issues/detail?id=1553

It seems that any markup on the page causes version 2.13.50+ to prefer
stretching the lines, if one line was forced to be stretched.

\version "2.13.53"
\header {
  % removing the title changes the spacing of the c1 c c c  line below!
  title = "title"
}

\relative c'' {
  \compressFullBarRests
  R1*4
  \break
  % this will either be spaced on two systems (including the title)
  % or one system (without the title)
  c1 c c c
  \break
  R1*4
}




Attachments:
        Title.png  14.3 KB
        NoTitle.png  12.5 KB




reply via email to

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