]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spacing-engraver.cc
* Ignore test failures on non-i386/amd64 architectures (Closes:
[lilypond.git] / lily / spacing-engraver.cc
index 6c79a92980471f0639ca16054315fefe2ce710b0..7051ae75c483568818a5f6cb89f5c14a110e3162 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1999--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -263,8 +263,8 @@ ADD_ACKNOWLEDGER (Spacing_engraver, rhythmic_grob);
 
 ADD_TRANSLATOR (Spacing_engraver,
                /* doc */
-               "Make a @code{SpacingSpanner} and do bookkeeping of shortest "
-               "starting and playing notes.",
+               "Make a @code{SpacingSpanner} and do bookkeeping of shortest"
+               " starting and playing notes.",
 
                /* create */
                "SpacingSpanner ",