bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1612 in lilypond: Change staff produces long stems


From: lilypond
Subject: Issue 1612 in lilypond: Change staff produces long stems
Date: Thu, 14 Apr 2011 09:26:47 +0000

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

New issue 1612 by address@hidden: 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




reply via email to

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