]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-name-engraver.cc
Nitpick run.
[lilypond.git] / lily / note-name-engraver.cc
index a40cb2ac3f47bb58112fe8f6901f8c70c7916d12..4d3b44d54d1e78e911b325f729b658aafffa192f 100644 (file)
@@ -17,8 +17,8 @@ public:
   Link_array<Music> events_;
   Link_array<Item> texts_;
   virtual bool try_music (Music *m);
-  PRECOMPUTED_VIRTUAL void process_music ();
-  PRECOMPUTED_VIRTUAL void stop_translation_timestep ();
+  void process_music ();
+  void stop_translation_timestep ();
 };
 
 bool
@@ -69,9 +69,8 @@ Note_name_engraver::Note_name_engraver ()
 #include "translator.icc"
 
 ADD_TRANSLATOR (Note_name_engraver,
-               /* descr */ "",
-               /* creats*/ "NoteName",
-               /* accepts */ "note-event",
-               /* acks  */ "",
-               /* reads */ "printOctaveNames",
+               /* doc */ "",
+               /* create */ "NoteName",
+               /* accept */ "note-event",
+               /* read */ "printOctaveNames",
                /* write */ "");