lilypond-devel
[Top][All Lists]
Advanced

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

Re: slowdown in 2.5.15?


From: Han-Wen Nienhuys
Subject: Re: slowdown in 2.5.15?
Date: Sat, 12 Mar 2005 02:55:20 +0100

address@hidden writes:
> Is there a particular .scm file in CVS which I can add to my 2.5.15 
> install without having to do a complete rebuild?

No.

You should apply the following patch.

Index: separating-group-spanner.cc
===================================================================
RCS file: /cvsroot/lilypond/lilypond/lily/separating-group-spanner.cc,v
retrieving revision 1.75
retrieving revision 1.76
diff -c -r1.75 -r1.76
*** separating-group-spanner.cc 10 Mar 2005 15:15:47 -0000      1.75
--- separating-group-spanner.cc 11 Mar 2005 22:22:42 -0000      1.76
***************
*** 59,68 ****
  
          rod.distance_ = li[RIGHT] - ri[LEFT] + padding;
  
!         if ( rod.distance_ > 0.0)
            rod.add_to_cols ();
!         else
!           break;
        }
  
        /*
--- 59,67 ----
  
          rod.distance_ = li[RIGHT] - ri[LEFT] + padding;
  
!         if (rod.distance_ > 0.0)
            rod.add_to_cols ();
!         break;
        }
  
        /*



-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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