]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-signature.hh
Merge branch 'cvs-head' of ssh+git://hanwen@repo.or.cz/srv/git/lilypond into master...
[lilypond.git] / lily / include / time-signature.hh
index ac25f89c86ef23b2e76dc29407d4d0a7411acd6b..72cdc97a069127123e0f5a7b81f00084025fe9aa 100644 (file)
@@ -1,7 +1,7 @@
 /*
   time_signature.hh -- declare Time_signature
 
-  (c) 1996--2004 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