]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-column.hh
* flower
[lilypond.git] / lily / include / tie-column.hh
index 9bce382846597bb71e2c907f492baab25b433ba0..17797e9d963c38a592fdcb91b1cce47a1187d1a6 100644 (file)
@@ -1,12 +1,11 @@
 
-/*   
+/*
   tie-column.hh -- declare Tie_column
-  
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+*/
 
 #ifndef TIE_COLUMN_HH
 #define TIE_COLUMN_HH
 class Tie_column
 {
 public:
-  static bool has_interface (Grob*);
-  static void add_tie (Grob*me, Grob*);
+  static bool has_interface (Grob *);
+  static void add_tie (Grob *me, Grob *);
   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
-  static void set_directions (Grob*me);
-  static void werner_directions (Grob*me);
+  static void set_directions (Grob *me);
+  static void werner_directions (Grob *me);
 };
 
 #endif /* TIE_COLUMN_HH */