]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-signature.hh
*** empty log message ***
[lilypond.git] / lily / include / time-signature.hh
index 686c9b132bcc62db8e2d5646a550bd50505c31a1..9c39e9221b7a4a6af5320365e0fb5103e33b75ed 100644 (file)
@@ -1,7 +1,7 @@
 /*
   time_signature.hh -- declare Time_signature
 
-  (c) 1996--2001 Han-Wen Nienhuys
+  (c) 1996--2002 Han-Wen Nienhuys
 */
 
 #ifndef METER_HH
  */
 struct Time_signature
 {
+  static bool has_interface (Grob*);
   static Molecule special_time_signature (Grob*,String,int,int) ;
   static Molecule time_signature (Grob*,int, int);
-  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
 };
 #endif // METER_HH