bug-lilypond
[Top][All Lists]
Advanced

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

Issue 430 in lilypond: Cross-staff beam craziness (when down-markup comb


From: codesite-noreply
Subject: Issue 430 in lilypond: Cross-staff beam craziness (when down-markup combines with down-articulation)
Date: Thu, 30 Aug 2007 17:54:37 -0700

Issue 430: Cross-staff beam craziness (when down-markup combines with 
down-articulation)
http://code.google.com/p/lilypond/issues/detail?id=430

New issue report by trevorbaca:
This one was really, really nasty to find.

In the following snippet we need the whole witches' brew of settings to
cause the bug (but it's quite repeatable). Specifically, the combination of
BOTH the down-markup AND the down-articulation TOGETHER WITH the
staff-changing note causes stemming and beaming to completely screw up.

Commenting out EITHER the down-markup OR the down-articulation OR BOTH
causes the stemming and beaming to work perfectly.

Bug shows up in both .29 and .30 but I haven't tested earlier builds to see
when exactly it entered.


%%% BEGIN %%%

\version "2.11.30"

\new PianoStaff <<
   \new Staff = RH {
      \time 1/4
      c''16 [
      c''16
      \change Staff = LH
      c''16 \tenuto _ \markup { foo }
      \change Staff = RH
      c''16 ]
   }
   \new Staff = LH {
      s4
   }
>>

%%% END %%%


Really nasty is some heavily \markup-ed piano music.

Attachments:
        stemming-and-beaming-craziness.png  10.2 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]