bug-lilypond
[Top][All Lists]
Advanced

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

Issue 393 in lilypond: Line-breaking causes one case of beam insanity


From: codesite-noreply
Subject: Issue 393 in lilypond: Line-breaking causes one case of beam insanity
Date: Mon, 23 Jul 2007 05:59:19 -0700

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




reply via email to

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