]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/timing-translator.hh
release: 1.0.1
[lilypond.git] / lily / include / timing-translator.hh
index 82aa0e19de7c58546cd5d6117feb496fb23f8aed..e62ee388f038e37566d63507f2a804c2f944a3e9 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -19,7 +19,7 @@ class Timing_translator : public virtual Translator
 {
 public:
   TRANSLATOR_CLONE(Timing_translator);
-  Meter_change_req * meter_req_l () const;
+  Time_signature_change_req * time_signature_req_l () const;
   Timing_translator ();
   DECLARE_MY_RUNTIME_TYPEINFO;
   Time_description time_;
@@ -33,6 +33,5 @@ protected:
   virtual void do_pre_move_processing();
   virtual void do_post_move_processing();
 
-  bool mmrest_b_;
 };
 #endif // TIMING_TRANSLATOR_HH