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

One simple solution is to switch off beam collisions for automatic beams.

reduced snippet:

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




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

Reply via email to