From 237478e8f80a66b1d28c07570cb1afe84380e349 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:44:23 +0000 Subject: [PATCH] lilypond-0.0.65 --- lily/rest-collision.cc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lily/rest-collision.cc b/lily/rest-collision.cc index 42f7bbbfe3..0a7807ce31 100644 --- a/lily/rest-collision.cc +++ b/lily/rest-collision.cc @@ -1,7 +1,7 @@ /* rest-collision.cc -- implement Rest_collision - source file of the LilyPond music typesetter + source file of the GNU LilyPond music typesetter (c) 1997 Han-Wen Nienhuys */ @@ -56,3 +56,12 @@ Rest_collision::do_post_processing() #endif } IMPLEMENT_STATIC_NAME(Rest_collision); +void +Rest_collision::do_substitute_dependency(Score_elem*o,Score_elem*n) +{ + Item*o_l = o->item(); + Item*n_l = n?n->item():0; + + rest_l_arr_.substitute((Rest_column*)o_l,(Rest_column*)n_l); + ncol_l_arr_.substitute((Note_column*)o_l,(Note_column*)n_l); +} -- 2.39.5