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: Keith OHara
Subject: Re: Staff Stretching problem in 2.13.50+
Date: Wed, 9 Mar 2011 17:20:09 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

James Lowe <James.Lowe <at> datacore.com> writes:
> 
> \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
> }
> 
> There is no \markup.
> 
I meant markup in the general sense of text on the score.  Any markup at the 
top level causes the effect, it doesn't have to be a title

> Take away the \header or make it 'blank' and all is fine.
>

LilyPond can't know that you consider that such a drastic difference in spacing 
between visible barlines on adjacent lines to be 'fine'.  If it's what you want 
then you have to use \noBreak

R1*19*3/8 \break
cis4. \noBreak | d8 r r \noBreak | R1*2*3/8 \noBreak | 
cis4. \noBreak | d8 r r | \break
R1*20*3/8
}






reply via email to

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