bug-lilypond
[Top][All Lists]
Advanced

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

Line-breaking causes one case of beam insanity


From: Trevor Bača
Subject: Line-breaking causes one case of beam insanity
Date: Mon, 23 Jul 2007 08:00:43 -0500

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
address@hidden

Attachment: beam-insanity.png
Description: PNG image


reply via email to

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