]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-name-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / note-name-engraver.cc
index dfff746e2705810e2b44bcfa4efda66257b4b590..7acf90e419226268f3aa7e5fa4c28336706057d1 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1999--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -67,7 +67,15 @@ Note_name_engraver::Note_name_engraver ()
 }
 
 ADD_TRANSLATOR (Note_name_engraver,
-               /* doc */ "Print pitches as words.",
-               /* create */ "NoteName",
-               /* read */ "printOctaveNames",
-               /* write */ "");
+               /* doc */
+               "Print pitches as words.",
+
+               /* create */
+               "NoteName ",
+
+               /* read */
+               "printOctaveNames ",
+
+               /* write */
+               ""
+               );