]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/timing-translator.cc
[config] Use fc-list.
[lilypond.git] / lily / timing-translator.cc
index a813957d04726684ca28b1a7218f436fa2d5eba8..57998ace963d654a45cb598a5b8e6933556d3f24 100644 (file)
@@ -4,7 +4,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 "timing-translator.hh"
@@ -125,11 +125,11 @@ Timing_translator::start_translation_timestep ()
 
 ADD_TRANSLATOR (Timing_translator,
                /* doc */
-               "This engraver adds the alias @code{Timing} to its containing "
-               "context.  Responsible for synchronizing timing information "
-               "from staves.  Normally in @code{Score}.  In order to create "
-               "polyrhythmic music, this engraver should be removed from "
-               "@code{Score} and placed in @code{Staff}.",
+               "This engraver adds the alias @code{Timing} to its containing"
+               " context.  Responsible for synchronizing timing information"
+               " from staves.  Normally in @code{Score}.  In order to create"
+               " polyrhythmic music, this engraver should be removed from"
+               " @code{Score} and placed in @code{Staff}.",
 
                /* create */
                "",