]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tab-staff-symbol-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / tab-staff-symbol-engraver.cc
index 1a4ff8a298eb63be53f9872918caec6bf2af3841..ad700a3ef36f1b2b00e72f0a82825534935daa04 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--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -34,8 +34,8 @@ Tab_staff_symbol_engraver::Tab_staff_symbol_engraver ()
 ADD_ACKNOWLEDGER (Tab_staff_symbol_engraver, staff_symbol);
 ADD_TRANSLATOR (Tab_staff_symbol_engraver,
                /* doc */
-               "Create a tablature staff symbol, but look at "
-               "@code{stringTunings} for the number of lines.",
+               "Create a tablature staff symbol, but look at"
+               " @code{stringTunings} for the number of lines.",
 
                /* create */
                "StaffSymbol ",