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

Unfortunately, Mike's patch doesn't fix these cases (they're probably a related, but separate bug):

<<
  \new Staff = up \relative c' {
    c8 c c c
  }
  \new Staff = down \relative c' {
    s8 c c c
    \change Staff = up
  }


<<
  \new Staff = up \relative c' {
    c8 c c c
  }
  \new Staff = down \relative c' {
    s8 c c
    \change Staff = up
    c8
  }


Attachments:
        beam-staff-change-1.png  2.2 KB
        beam-staff-change-2.png  3.1 KB


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

Reply via email to