]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/multi-measure-rest.hh
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / include / multi-measure-rest.hh
index dc3955abd258316e4f1f6133442558dbe5cc6b25..e277539be13bd22e3356282d3809a3372d0863cf 100644 (file)
@@ -19,13 +19,13 @@ public:
   static bool has_interface (Grob*);
   DECLARE_SCHEME_CALLBACK (print, (SCM ));
   DECLARE_SCHEME_CALLBACK (percent, (SCM));
-  static  void add_column (Grob*,Item*);
+  static  void add_column (Grob*, Item*);
   DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM ));
   DECLARE_SCHEME_CALLBACK (centered_stencil, (SCM ));
   
-  static Stencil big_rest (Grob*,Real);
-  static Stencil symbol_stencil (Grob*,Real);  
-  static Stencil church_rest (Grob*, Font_metric*, int,Real);
+  static Stencil big_rest (Grob*, Real);
+  static Stencil symbol_stencil (Grob*, Real);  
+  static Stencil church_rest (Grob*, Font_metric*, int, Real);
 };
 
 #endif /* MULTI_MEASURE_REST_HH */