]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-engraver.cc
* Documentation/user/point-and-click.itely: simplify p&c
[lilypond.git] / lily / bar-engraver.cc
index c67ee1a30902bff2747844bd48e5f821e77b8797..89ba38bdddf10950253fe778b52e94249a5b79f4 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
@@ -25,8 +25,8 @@ public:
 
 protected:
   virtual void finalize ();
-  PRECOMPUTED_VIRTUAL void stop_translation_timestep ();
-  PRECOMPUTED_VIRTUAL void process_acknowledged ();
+  void stop_translation_timestep ();
+  void process_acknowledged ();
 
 private:
   void typeset_bar ();
@@ -96,10 +96,9 @@ Bar_engraver::stop_translation_timestep ()
 }
 
 ADD_TRANSLATOR (Bar_engraver,
-               /* descr */ "Create barlines. This engraver is controlled through the "
+               /* doc */ "Create barlines. This engraver is controlled through the "
                "@code{whichBar} property. If it has no bar line to create, it will forbid a linebreak at this point",
-               /* creats*/ "BarLine",
-               /* accepts */ "",
-               /* acks  */ "",
-               /* reads */ "whichBar",
+               /* create */ "BarLine",
+               /* accept */ "",
+               /* read */ "whichBar",
                /* write */ "");