]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-signature.hh
2003 -> 2004
[lilypond.git] / lily / include / time-signature.hh
index 39401cb2080de0b519a6d4a94d1cc518abe6c311..13791563af4ceb5171c6681e9803f901e60dca7f 100644 (file)
@@ -1,34 +1,28 @@
 /*
   time_signature.hh -- declare Time_signature
 
-  (c) 1996--1999 Han-Wen Nienhuys
+  (c) 1996--2004 Han-Wen Nienhuys
 */
 
 #ifndef METER_HH
 #define METER_HH
 
 #include "item.hh"
-#include "array.hh"
-#include "real.hh"
 
 /**
    Print a time_signature sign.
-  TODO:
 
-  C style time_signatures, 2+3+2/8 time_signatures, alla breve.
-  
- */
-class Time_signature: public Item {
+   TODO:
 
+   2+3+2/8 time_signatures
   
-
-protected:
-  virtual Molecule*do_brew_molecule_p() const;
-public:
-  Time_signature () ;
-  Array<int> args_;
-  
-  VIRTUAL_COPY_CONS(Score_element);
+ */
+struct Time_signature
+{
+  static bool has_interface (Grob*);
+  static Molecule special_time_signature (Grob*,SCM,int,int) ;
+  static Molecule numbered_time_signature (Grob*,int, int);
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
 };
 #endif // METER_HH