From 845da3ff4ed61187133f3165462cb2ae4659e720 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:57:24 +0000 Subject: [PATCH] lilypond-0.1.14 --- lily/note-column.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } -- 2.39.5