From: fred Date: Sun, 24 Mar 2002 19:29:25 +0000 (+0000) Subject: lilypond-0.0.28 X-Git-Tag: release/1.5.59~5521 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a63ca4098fb949678b6c8613fa6a2316a83d7a99;p=lilypond.git lilypond-0.0.28 --- 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()) {