From a63ca4098fb949678b6c8613fa6a2316a83d7a99 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:29:25 +0000 Subject: [PATCH] lilypond-0.0.28 --- src/calcideal.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/calcideal.cc b/src/calcideal.cc index b6d3411508..7fcf65d762 100644 --- a/src/calcideal.cc +++ b/src/calcideal.cc @@ -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()) { -- 2.39.5