]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / note-heads-engraver.cc
index 7240d61d51e267ca9ad56a2976ba47cfd7e9ec90..e3fce707fae3210d16c222c4a1b735ec8d349b65 100644 (file)
@@ -1,7 +1,7 @@
 /*
   note-heads-engraver.cc -- part of GNU LilyPond
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -112,9 +112,16 @@ Note_heads_engraver::stop_translation_timestep ()
 }
 
 ADD_TRANSLATOR (Note_heads_engraver,
-               /* doc */ "Generate noteheads.",
+               /* doc */
+               "Generate note heads.",
+
                /* create */
                "NoteHead ",
-               /* read */ "middleCPosition "
+
+               /* read */
+               "middleCPosition "
                "staffLineLayoutFunction ",
-               /* write */ "");
+
+               /* write */
+               ""
+               );