bug-lilypond
[Top][All Lists]
Advanced

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

Issue 657 in lilypond: Weird cross-staff beams damping when stems are do


From: codesite-noreply
Subject: Issue 657 in lilypond: Weird cross-staff beams damping when stems are down
Date: Thu, 14 Aug 2008 15:07:01 -0700

Issue 657: Weird cross-staff beams damping when stems are down
http://code.google.com/p/lilypond/issues/detail?id=657

New issue report by v.villenave:
% In the following example, the beams are completely horizontal
% (whereas they should have a nice slope).  If you turn the stems up,
% they're printed correctly.

\version "2.11.55"

\new PianoStaff <<
 \new Staff = "RH" { \clef treble \time 3/4 s2.*2 }
 \new Staff = "LH" { \clef bass   \time 3/4 s2.*2 }
 \context Staff = LH
  \relative {
   \stemDown % Change into \stemUp to fix the bug
   c,8 [ g'
   \change Staff = RH
   d' a' e' b' ]
   b [ e, a, d,
   \change Staff = LH
   g, c, ]
 }



Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Medium Engraving-nitpick

--
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]