From: fred Date: Sun, 24 Mar 2002 19:38:28 +0000 (+0000) Subject: lilypond-0.0.49 X-Git-Tag: release/1.5.59~5005 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f6dc49ce06edccb017173bd75994f5e042adf116;p=lilypond.git lilypond-0.0.49 --- diff --git a/lily/score-walker.cc b/lily/score-walker.cc index 7221750c02..6d6aed4743 100644 --- a/lily/score-walker.cc +++ b/lily/score-walker.cc @@ -29,6 +29,7 @@ Score_walker::Score_walker(Score *s) s->find_col(s->last(), false)->set_breakable(); } reinit(); + breaks_i_=0; } @@ -102,13 +103,16 @@ Score_walker::process() walker_p_arr_[i]->process(); } } - if (when().denominator() == 1) { - *mlog << "." <find_col(score_l_->last(), true)->used_b());