]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/string-number-engraver.cc
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / lily / string-number-engraver.cc
index 4b3c39e590c5ddeced04e77ee8f38d184b89b5ff..3eb0b538afbc7335a0a566f82cb3056dd164769c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -36,10 +36,10 @@ String_number_engraver::String_number_engraver ()
 
 ADD_TRANSLATOR (String_number_engraver,
                /* doc */
-               "Swallow string number events.  The purpose of this engraver "
-               "is to process tablatures for normal notation.  To provent "
-               "warnings for unprocessed string number events to obscure "
-               "real error messages, this engraver swallows them all.",
+               "Swallow string number events.  The purpose of this engraver"
+               " is to process tablatures for normal notation.  To provent"
+               " warnings for unprocessed string number events to obscure"
+               " real error messages, this engraver swallows them all.",
 
                /* create */
                "",