]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-signature.hh
2003 -> 2004
[lilypond.git] / lily / include / time-signature.hh
index c45dcd86cc791080f38e6588e19db9dbe5ddcae1..13791563af4ceb5171c6681e9803f901e60dca7f 100644 (file)
@@ -1,7 +1,7 @@
 /*
   time_signature.hh -- declare Time_signature
 
-  (c) 1996--2000 Han-Wen Nienhuys
+  (c) 1996--2004 Han-Wen Nienhuys
 */
 
 #ifndef METER_HH
  */
 struct Time_signature
 {
-  static Molecule special_time_signature (Grob*,String,int,int) ;
-  static Molecule time_signature (Grob*,int, int);
-  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
+  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