]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
* flower
[lilypond.git] / lily / include / rest.hh
index 9513d8c82ad0fa4fd25fb9ff73b2a083e65ef93a..22be2d4b5b7c53628a8932c5748e3b8f38d0dd64 100644 (file)
@@ -6,7 +6,6 @@
   (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef REST_HH
 #define REST_HH
 
 
 class Grob;
 
-class  Rest
+class Rest
 {
 public:
-  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
-  static bool has_interface (Grob*);
-  static String glyph_name (Grob*, int, String, bool); 
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  static bool has_interface (Grob *);
+  static String glyph_name (Grob *, int, String, bool);
   static SCM brew_internal_stencil (SCM, bool);
   DECLARE_SCHEME_CALLBACK (extent_callback, (SCM, SCM));
   DECLARE_SCHEME_CALLBACK (polyphonic_offset_callback, (SCM, SCM));
-  DECLARE_SCHEME_CALLBACK (print, (SCM ));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
 };
 #endif // REST_HH