]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-column.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / tie-column.hh
index 5b2ec8e61d0c5afadee014d0f1ddef0cfa3338b5..ff101a883984cee19af77056c6c8bbfc5dc872ab 100644 (file)
@@ -1,12 +1,10 @@
-
-/*   
+/*
   tie-column.hh -- declare Tie_column
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c)  2000--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.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*);
-  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
-  static void set_directions (Grob*me);
+  static bool has_interface (Grob *);
+  static void add_tie (Grob *me, Grob *);
+  DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM));
+  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
+  static void set_directions (Grob *me);
+  static void new_directions (Grob *me);
 };
 
 #endif /* TIE_COLUMN_HH */