]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/collision-engraver.cc
Add a regression test for 453.
[lilypond.git] / lily / collision-engraver.cc
index 79d66f6c127bd6c41da73cbbc7146fdaab3e0270..a645f36f7efc70df4701790d5882172693b85de0 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -71,8 +71,8 @@ ADD_ACKNOWLEDGER (Collision_engraver, note_column);
 
 ADD_TRANSLATOR (Collision_engraver,
                /* doc */
-               "Collect @code{NoteColumns}, and as soon as there are two or "
-               "more, put them in a @code{NoteCollision} object.",
+               "Collect @code{NoteColumns}, and as soon as there are two or"
+               " more, put them in a @code{NoteCollision} object.",
 
                /* create */
                "NoteCollision ",