[EMAIL PROTECTED] writes:
> 
> The following looks ok in 1.4.10, but not in 1.5.30.

try this patch

--- stem.cc~    Fri Feb  1 19:16:16 2002
+++ stem.cc     Thu Feb  7 00:59:32 2002
@@ -407,7 +407,7 @@
   {
     if (parity)
         {
-              Real l = heads[i]->extent (heads[i], X_AXIS).length ();
+                    Real l = Note_head::head_extent (heads[i], X_AXIS).length ();
                     heads[i]->translate_axis (l * get_direction (me), X_AXIS);
            }
              parity = !parity;

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


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

Reply via email to