]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-signature.hh
add 2007 to (c) year.
[lilypond.git] / lily / include / time-signature.hh
index 13791563af4ceb5171c6681e9803f901e60dca7f..5c77a2cff92e1572e2fc2b3e89e5e9411b431791 100644 (file)
@@ -1,13 +1,14 @@
 /*
   time_signature.hh -- declare Time_signature
 
-  (c) 1996--2004 Han-Wen Nienhuys
+  (c) 1996--2007 Han-Wen Nienhuys
 */
 
 #ifndef METER_HH
 #define METER_HH
 
-#include "item.hh"
+#include "grob-interface.hh"
+#include "lily-proto.hh"
 
 /**
    Print a time_signature sign.
    TODO:
 
    2+3+2/8 time_signatures
-  
- */
+*/
 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 ));
+  DECLARE_GROB_INTERFACE();
+  static Stencil special_time_signature (Grob *, SCM, int, int);
+  static Stencil numbered_time_signature (Grob *, int, int);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
 };
 #endif // METER_HH