]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-column.hh
* input/regression/beam-quant-standard.ly: reindent, set
[lilypond.git] / lily / include / tie-column.hh
index 7e41e7efdb7842b2a96702d11b1e31f05d59384c..b5165695872b3fbcc0817dbb8c9982d1bd431f9e 100644 (file)
@@ -1,12 +1,10 @@
-
-/*   
+/*
   tie-column.hh -- declare Tie_column
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 2000--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (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*);
-  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 */