]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-group-spanner.hh
* flower
[lilypond.git] / lily / include / separating-group-spanner.hh
index 40c14892188b9a622a022f0387bc7b3b5de85ea2..8a082b8f4ed7707db15aea2b0ce2c85288000abc 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   separating-group-spanner.hh -- declare Separating_group_spanner
-  
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+*/
 
 #ifndef SEPARATING_GROUP_SPANNER_HH
 #define SEPARATING_GROUP_SPANNER_HH
 
 class Separating_group_spanner
 {
-  static void find_rods (Item*, SCM, Real);
+  static void find_rods (Item *, SCM, Real);
 public:
-  static void add_spacing_unit (Grob*me, Item*);
-  
-  static bool has_interface (Grob*);
-  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM ));
+  static void add_spacing_unit (Grob *me, Item *);
+
+  static bool has_interface (Grob *);
+  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
 };
 
 #endif /* SEPARATING_GROUP_SPANNER_HH */