X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-collision.cc;h=989a9265a97da2dff4b110393773c60bcbd8f35f;hb=b2a8b42e57aefbf1119ef2809950a35b81dc7d43;hp=8ed94be51fe4cca4729d4142489338f266dd4ef9;hpb=1d29117649b9c635e6fda19a6c3003f5f31770f8;p=lilypond.git diff --git a/lily/note-collision.cc b/lily/note-collision.cc index 8ed94be51f..989a9265a9 100644 --- a/lily/note-collision.cc +++ b/lily/note-collision.cc @@ -4,7 +4,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "warn.hh" @@ -431,9 +431,8 @@ Note_collision_interface::add_column (Grob*me,Grob* ncol) ADD_INTERFACE (Note_collision_interface, "note-collision-interface", - "An object that handles collisions between notes with different stem -directions and horizontal shifts. Most of the interesting properties -are to be set in @ref{note-column-interface}: these are -@code{force-hshift} and @code{horizontal-shift}. -", + "An object that handles collisions between notes with different stem " +"directions and horizontal shifts. Most of the interesting properties " +"are to be set in @ref{note-column-interface}: these are " +"@code{force-hshift} and @code{horizontal-shift}. ", "merge-differently-dotted merge-differently-headed collision-done");