]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest-collision-engraver.cc
release: 1.3.47
[lilypond.git] / lily / rest-collision-engraver.cc
index 756bb50bee558650b1fb9ad17f65b17bc0430f1a..c735a0320512bf5081034329491dd3aa40f043ad 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "debug.hh"
@@ -28,6 +28,7 @@ Rest_collision_engraver::process_acknowledged ()
     return;
 
   rest_collision_p_ = new Rest_collision;
+  
   announce_element (Score_element_info (rest_collision_p_, 0));
   for (int i=0; i< note_column_l_arr_.size (); i++)
     rest_collision_p_->add_column (note_column_l_arr_[i]);