bug-lilypond
[Top][All Lists]
Advanced

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

Re: Staff Stretching problem in 2.13.50+


From: Graham Percival
Subject: Re: Staff Stretching problem in 2.13.50+
Date: Wed, 9 Mar 2011 12:52:59 +0000

On 3/9/11, James Lowe <address@hidden> wrote:
> Actually if you go back to my example that I reported this with
>
> \header {
> title = "S C H E R Z O"
> }
>
> \relative c'' {
>   \time 3/8
>   \compressFullBarRests
>   R1*19*3/8 \break| cis4. | d8 r r | R1*2*3/8 | cis4. | d8 r r | \break
> R1*20*3/8
> }

In which universe do you consider this to be a "tiny example" ??  Is
the \time necessary?  Are the *19*3/8 necessray?  Is the weird spacing
of "S C H E..." necessary?  etc?

No.  I have a Tiny example at the end of this email.


BUG SQUAD: you should have rejected James' report immediately, forcing
James to create an actual Tiny example, which would then be much
easier for developers to discuss (and less easy to say "meh, yeah,
whatever"), and thereby getting a good example into the issue tracker
much sooner.  By "rejecting a report", you're not telling the reporter
to bugger off; you're actually making the whole process run smoother.

Please add as release-Critical immediately.


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



- Graham



reply via email to

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