]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/timing-translator.hh
release: 0.1.62
[lilypond.git] / lily / include / timing-translator.hh
index f03459bfc45cace5473205109d6bb6f544643f4d..1b2fe054eaca9887c4a5ccfd98beb7d963bba7e9 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 
 
@@ -26,10 +26,12 @@ public:
   Rhythmic_grouping  default_grouping_;
   Link_array<Timing_req> timing_req_l_arr_;
 protected: 
+  virtual void do_print () const;
   virtual void do_creation_processing ();
   virtual bool do_try_request (Request *req_l);
   virtual void do_process_requests();
   virtual void do_pre_move_processing();
   virtual void do_post_move_processing();
+
 };
 #endif // TIMING_TRANSLATOR_HH