This is CVS 2002-07-23 09:42

> > Running the code below gives the following crash:
> 
> Thanks. Fixed.

Your fix has introduced a new bug.  In the following example, the
stem is far too long:

  links = \notes \relative c {
    \clef bass
    \time 3/4
  \context Voice {
    <d,2 a' f'>
  }
  }

  Klavier = \context PianoStaff \notes <
    \context Staff = bass {\links}
  >

  \score {
    \Klavier
  }


    Werner

_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to