bug-lilypond
[Top][All Lists]
Advanced

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

Re: small documentation update


From: Graham Percival
Subject: Re: small documentation update
Date: Tue, 13 Jun 2006 03:02:34 -0700

Please test a suggestion before sending it. The below code does not produce a line break at the first line break, which is what the info in the documentation warns about.

{
\set Score.allowBeamBreak = ##t
c4 c2 c2 \break   % this does nothing
c2 c4 |           % a break here would work
c4 c2 c4 ~ \break % as does this break
c4 c2 c4
}


On 11-Jun-06, at 12:50 AM, David Whipple wrote:

http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Line- breaking.html#Line-breaking

This page lists a bug stating:

Line breaks can only occur if there is a “proper” bar line.
 A note which is hanging over a bar line is not
proper, such as

          c4 c2 c2 \break   % this does nothing
     c2 c4 |           % a break here would work
     c4 c2 c4 ~ \break % as does this break
     c4 c2 c4

However, your regression tests lists a \set Score.allowBeamBreak = ##t
that overrides this behavior.  So this is no longer a bug.

Just a little FYI




_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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