]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-signature.hh
* flower
[lilypond.git] / lily / include / time-signature.hh
index 449d1ece1ed84f6ee356f8b363f43f8dae5c72e8..b41672364ac8ebefb35c7b665f3fac62bd48dcdb 100644 (file)
    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