]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.14
authorfred <fred>
Sun, 24 Mar 2002 19:56:23 +0000 (19:56 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:56:23 +0000 (19:56 +0000)
lily/slur.cc

index a4349ab750a06095055957dd57408138b2813f7a..aadb9d44b9f393fe25944df636ad854be537e7bd 100644 (file)
@@ -89,7 +89,6 @@ Slur::do_post_processing()
   Direction d=LEFT;
   Real nw_f = paper()->note_width ();
  
-  while ((d *= -1) != LEFT);
   do 
     {
       if  (extrema[d] != spanned_drul_[d])