]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tab-note-heads-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / tab-note-heads-engraver.cc
index 4c6443275760d84fd2b307f727fada980202a2df..ae012d65131d5d9c1e656dfb54b2379ff7caabfe 100644 (file)
@@ -1,7 +1,7 @@
 /*
   tab-note-heads-engraver.cc -- part of GNU LilyPond
 
-  (c) 2002--2007 Han-Wen Nienhuys, Jean-Baptiste Lamy <jiba@tuxfamily.org>,
+  (c) 2002--2008 Han-Wen Nienhuys, Jean-Baptiste Lamy <jiba@tuxfamily.org>,
 */
 
 #include <cctype>
@@ -149,8 +149,8 @@ Tab_note_heads_engraver::stop_translation_timestep ()
 
 ADD_TRANSLATOR (Tab_note_heads_engraver,
                /* doc */
-               "Generate one or more tablature noteheads from event of type "
-               "@code{NoteEvent}.",
+               "Generate one or more tablature noteheads from event of type"
+               " @code{NoteEvent}.",
 
                /* create */
                "TabNoteHead ",