From: fred Date: Sun, 24 Mar 2002 19:57:24 +0000 (+0000) Subject: lilypond-0.1.14 X-Git-Tag: release/1.5.59~3908 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=845da3ff4ed61187133f3165462cb2ae4659e720;p=lilypond.git lilypond-0.1.14 --- diff --git a/lily/note-column.cc b/lily/note-column.cc index fb70c3e7a6..540922d4f0 100644 --- a/lily/note-column.cc +++ b/lily/note-column.cc @@ -68,12 +68,10 @@ Note_column::set (Stem * stem_l) stem_l_ = stem_l; /* don't add stem to support; mostly invisible for rest-columns (and possibly taken . .) - */ Score_elem::add_dependency (stem_l); for (int i=0; i < script_l_arr_.size(); i++) script_l_arr_[i]->set_stem (stem_l); - } void @@ -125,6 +123,7 @@ Note_column::add (Rhythmic_head *h) void Note_column::translate_rests (int dy_i) { + invalidate_cache (Y_AXIS); for (int i=0; i < rest_l_arr_.size(); i++) rest_l_arr_[i]->position_i_ += dy_i; }