]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/collision-engraver.cc
*** empty log message ***
[lilypond.git] / lily / collision-engraver.cc
index f18f1dc6124b74710e67469e0c7165d8e40116b1..d3eba9978dad3fdb5ac7d671f18428dd351b167e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "note-column.hh"
@@ -37,7 +37,7 @@ Collision_engraver::process_acknowledged_grobs ()
       
     }
   
-  for (int i= 0; i< note_columns_.size (); i++)
+  for (int i = 0; i< note_columns_.size (); i++)
     Note_collision_interface::add_column (col_,note_columns_[i]);
 }
 
@@ -69,7 +69,7 @@ Collision_engraver::Collision_engraver ()
 
 
 
-ENTER_DESCRIPTION (Collision_engraver,
+ADD_TRANSLATOR (Collision_engraver,
 /* descr */       "Collect NoteColumns, and as soon as there are two or more, put them in a NoteCollision object.",
 /* creats*/       "NoteCollision",
 /* accepts */     "",