]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-signature.hh
patch::: 1.3.8.uu1
[lilypond.git] / lily / include / time-signature.hh
index 55c8133d3885da3314dc40017509950f51c40fd5..fbe2f826b06e77e110728fe5c081c9756bd22052 100644 (file)
@@ -1,7 +1,7 @@
 /*
   time_signature.hh -- declare Time_signature
 
-  (c) 1996--1998 Han-Wen Nienhuys
+  (c) 1996--1999 Han-Wen Nienhuys
 */
 
 #ifndef METER_HH
   
  */
 class Time_signature: public Item {
-
-  
-
 protected:
-  virtual Molecule*brew_molecule_p() const;
+  virtual Molecule*do_brew_molecule_p() const;
 public:
   Time_signature () ;
-  Array<Real> args_;
-  String time_sig_type_str_;
+  Array<int> args_;
   
-  DECLARE_MY_RUNTIME_TYPEINFO;
-  SCORE_ELEMENT_CLONE(Time_signature);
+  VIRTUAL_COPY_CONS(Score_element);
 };
 #endif // METER_HH