lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Note clusters


From: Han-Wen Nienhuys
Subject: Note clusters
Date: Thu, 7 Feb 2002 01:00:42 +0100


address@hidden 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   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]