Issue 393: Line-breaking causes one case of beam insanity
http://code.google.com/p/lilypond/issues/detail?id=393

New issue report by trevorbaca:
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.


Attachments:
        beam-insanity.png  7.5 KB 


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


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

Reply via email to