]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.28
authorfred <fred>
Sun, 24 Mar 2002 19:29:25 +0000 (19:29 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:29:25 +0000 (19:29 +0000)
src/calcideal.cc

index b6d34115081e2ca5c5f063dde5ebfe24aa0420b8..7fcf65d762afa9f6dbbd8d791639e038b151a17c 100644 (file)
@@ -31,13 +31,15 @@ Score::calc_idealspacing()
                while (j->when() < d + i->when())
                    j++;
                assert( j->when()== d+i->when());
-
+               
                pscore_p_->connect(i->pcol_l_, j->pcol_l_, dist);
+#if 0          
                if (!j->musical_ && (j+1).ok() 
-                   && (j+1)->when() == j->when()) {
+                   && ) {
                    j++;
                    pscore_p_->connect(i->pcol_l_, j->pcol_l_,  dist);
                }
+#endif 
            }
        } else if (j.ok()) {