]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/percent-repeat-item.hh
* flower
[lilypond.git] / lily / include / percent-repeat-item.hh
index 6d6cf637c5a17276ec019d167decf99ad24d3417..4983a20728e6bc40a3ad7a583ac7480ace13a7f5 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   percent-repeat-item.hh -- declare Percent_repeat_item_interface
-  
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 2001--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+*/
 
 #ifndef PERCENT_REPEAT_ITEM_HH
 #define PERCENT_REPEAT_ITEM_HH
 class Percent_repeat_item_interface
 {
 public:
-  static bool has_interface (Grob*);
-  DECLARE_SCHEME_CALLBACK (beat_slash, (SCM ));  
-  DECLARE_SCHEME_CALLBACK (double_percent, (SCM ));
-  static Stencil x_percent (Grob*, int, Real, Real );
-  static Stencil brew_slash (Grob*);
+  static bool has_interface (Grob *);
+  DECLARE_SCHEME_CALLBACK (beat_slash, (SCM));
+  DECLARE_SCHEME_CALLBACK (double_percent, (SCM));
+  static Stencil x_percent (Grob *, int, Real, Real);
+  static Stencil brew_slash (Grob *);
 };
 
 #endif /* PERCENT_REPEAT_ITEM_HH */