On Tuesday, 22 September 1998, "David C. Brown N2RJT" writes:

> With Lilypond 1.0.9,

(and 10)

> \[2/3 f8 r4 \]1/1
> seems to hang things forever.
> 
> Have I done it wrong, or found a bug?

Yes, you've found a rather silly bug (i wonder how long this has been in).
Thanks, this will be fixed in pl 11, i hope, i'll append a small patch,

Jan.

Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.xs4all.nl/~jantien/lilypond

[in subdir lily]
--- plet-spanner.cc.orig        Wed Sep 23 09:21:31 1998
+++ plet-spanner.cc     Wed Sep 23 09:20:43 1998
@@ -119,7 +119,9 @@
   do {
     if (stem_l_drul_[d]->empty_b ())
       {
-       dy_f_drul_[d] = dy_f_drul_[flip (&d)]; // ughugh \[/3 r8 c8 r8 \]/1
+       Direction u = d;
+       flip (&u);
+       dy_f_drul_[d] = dy_f_drul_[u]; // ughugh \[/3 r8 c8 r8 \]/1
       }
     }
   while (flip(&d) != LEFT);

Reply via email to