Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Critical Regression

New issue 1612 by [email protected]: Change staff produces long stems
http://code.google.com/p/lilypond/issues/detail?id=1612

The code below produces excessively long stems. This was not present in 2.12.3, or 2.13.56, but is present in 13.58 and 13.59.

\version "2.13.58"
<<
  \new Staff{
    \clef treble
    \time 2/4
    b'8 b' b' b' |
    \change Staff = "bottom"
  }
  \new Staff = "bottom"{
    \clef bass
    c8 c c c |
  }



Attachments:
        StrangeBeaming.png  2.7 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to