]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-signature.hh
* lily/tuplet-bracket.cc (calc_position_and_height): check musical
[lilypond.git] / lily / include / time-signature.hh
index f88a4f13241ef46470fec49ae3fa0fe44aa610e3..61b90d8ce116febcec37587cbb4aa114decc618b 100644 (file)
@@ -1,7 +1,7 @@
 /*
   time_signature.hh -- declare Time_signature
 
-  (c) 1996--2000 Han-Wen Nienhuys
+  (c)  1996--2003 Han-Wen Nienhuys
 */
 
 #ifndef METER_HH
  */
 struct Time_signature
 {
-  static Molecule special_time_signature (Score_element*,String,int,int) ;
-  static Molecule time_signature (Score_element*,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