[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug with stem-shorten property
From: |
Werner LEMBERG |
Subject: |
Re: bug with stem-shorten property |
Date: |
Tue, 23 Jul 2002 12:05:40 +0200 (CEST) |
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