The automatic breaking of beams currently only takes the relative timing
within the current bar into account, see
http://lilypond.org/stable/Documentation/user/out-www/lilypond/Setting-automatic-beam-behavior.html
I dare say that your example is fairly non-standard.

Regarding the workaround, there's no need to turn off autoBeaming
completely, it's enough to manually specify the beams that the
Lilypond doesn't handle correct automatically.

    /Mats

Thomas Willhalm wrote:
Hello,

thank you for providing such a great tool as lilypond for free. The following behaviour in lilypond 1.6.7 is probably not intentional. If a line break is forced between two notes that are connected by a automatically generated beam, no flags replace the beam. Here is an example:

melodie = \notes \relative c'' {
\partial 2 r8 g g e | g4 g e8()c4. | r8 g' g a g \breathe \bar "empty"
\break
g g e | f4 f d8()b4. | r8 g' g a g \breathe \bar "empty" \break
g g e | g4 g e8()c4. | r8 g' g a g \breathe \bar "empty" \break
g g e | g g g g f d4. | c4 r
\bar "|."
}
\score {
\context Staff \melodie
\paper { }
}

Workaround:
Use
\property Staff.autoBeaming = ##f
and set all beams by hand.

Best regards
Thomas



_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
	Mats Bengtsson
	Signal Processing
	Signals, Sensors and Systems
	Royal Institute of Technology
	SE-100 44  STOCKHOLM
	Sweden
	Phone: (+46) 8 790 8463				
        Fax:   (+46) 8 790 7260
	Email: [EMAIL PROTECTED]
	WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to