]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/collision-engraver.cc
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / lily / collision-engraver.cc
index 79d66f6c127bd6c41da73cbbc7146fdaab3e0270..52c811b6338bb13be863b459e5232e3858979a68 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--2008 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 ",