Re: small documentation update

2006-06-13 Thread Mats Bengtsson

No, allowBeamBreak does exactly what it says, namely allows line breaks
in the middle of a beam. Example:
\relative c'{c2. c8 [ c \break c c ] c2. }

it has nothing to do with breaking lines in the middle of the duration
of a note. Why not try a small test case before
you send these corrections?

  /Mats

Quoting David Whipple [EMAIL PROTECTED]:


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
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond







___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: small documentation update

2006-06-13 Thread Graham Percival
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
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond





___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


small documentation update

2006-06-12 Thread David Whipple
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
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond