Opened as Google #393 (http://code.google.com/p/lilypond/issues/detail?id=393):
The snippet below should print two identical measures of 5/64 beamed
together with a single "spanning" beam. Instead, the "nibs" of the first
64th note extend incorrectly all the way to the line break.
%%% EX 1 %%%
\version "2.11.26"
\layout { ragged-right = ##t }
\new Staff {
\override Beam #'breakable = ##t
\time 5/64
c'64 [
\set stemLeftBeamCount = #2
\set stemRightBeamCount = #1
c'16
\break
\set stemLeftBeamCount = #1
\set stemRightBeamCount = #4
c'64
c'16 ]
}
%%% EX 1 %%%
Not sure which version this showed up in but I think it's been around for a
while.
--
Trevor Bača
[EMAIL PROTECTED]
<<attachment: beam-insanity.png>>
_______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
