]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/collision-engraver.cc
2003 -> 2004
[lilypond.git] / lily / collision-engraver.cc
index ede88e3af2e14fefef7283a57bc35573edefbd22..5bece2105c66ad22c8a4dfdc07bff633b01d7d71 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "note-column.hh"
@@ -36,7 +36,7 @@ Collision_engraver::process_acknowledged_grobs ()
     return ;
   if (!col_) 
     {
-      col_ = new Item (get_property ("NoteCollision"));
+      col_ = make_item ("NoteCollision");
       announce_grob (col_, SCM_EOL);
     }