]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-signature.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / time-signature.hh
index 8780f6d932250add0184fa32cbd40758231c2389..72cdc97a069127123e0f5a7b81f00084025fe9aa 100644 (file)
@@ -1,7 +1,7 @@
 /*
   time_signature.hh -- declare Time_signature
 
-  (c) 1996--2005 Han-Wen Nienhuys
+  (c) 1996--2006 Han-Wen Nienhuys
 */
 
 #ifndef METER_HH
    TODO:
 
    2+3+2/8 time_signatures
-  
- */
+*/
 struct Time_signature
 {
-  static bool has_interface (Grob*);
-  static Stencil special_time_signature (Grob*,SCM,int,int) ;
-  static Stencil numbered_time_signature (Grob*,int, int);
-  DECLARE_SCHEME_CALLBACK (print, (SCM ));
+  static bool has_interface (Grob *);
+  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