]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/timing-translator.hh
* scm/framework-ps.scm (write-preamble): use it to pick exactly
[lilypond.git] / lily / include / timing-translator.hh
index a20151806787f77f5d7a252efd04eaf58579fede..c53533141551352fdf7cee984295aab651b4eab7 100644 (file)
@@ -3,10 +3,9 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef TIMING_TRANSLATOR_HH
 #define TIMING_TRANSLATOR_HH
 
 
 #include "parray.hh"
 
-class Timing_translator : public virtual Translator
+class Timing_translator : public Translator
 {
 public:
-  VIRTUAL_COPY_CONS (Translator);
-  Timing_translator ();
+  TRANSLATOR_DECLARATIONS (Timing_translator);
 
-protected: 
+protected:
   virtual void initialize ();
-  virtual void stop_translation_timestep ();
-  virtual void start_translation_timestep ();
+  void stop_translation_timestep ();
+  void start_translation_timestep ();
 
 public:
-  Moment measure_position () const;
-  Rational measure_length () const;  
+  Rational measure_length () const;
 };
+
 #endif // TIMING_TRANSLATOR_HH