]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/multi-measure-rest.hh
* flower
[lilypond.git] / lily / include / multi-measure-rest.hh
index e277539be13bd22e3356282d3809a3372d0863cf..4492945b06f6158c23fe58ea8e0db851dc1c6d38 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   multi-measure-rest.hh -- declare Multi_measure_rest
-  
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 1998--2005 Jan Nieuwenhuizen <janneke@gnu.org>
-  
- */
+*/
 
 #ifndef MULTI_MEASURE_REST_HH
 #define MULTI_MEASURE_REST_HH
 class Multi_measure_rest
 {
 public:
-  static bool has_interface (Grob*);
-  DECLARE_SCHEME_CALLBACK (print, (SCM ));
+  static bool has_interface (Grob *);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (percent, (SCM));
-  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 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);
 };
 
 #endif /* MULTI_MEASURE_REST_HH */