]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-column.hh
2003 -> 2004
[lilypond.git] / lily / include / tie-column.hh
index 5b2ec8e61d0c5afadee014d0f1ddef0cfa3338b5..f1277e8c13dde988fecb13f50e4d2308c0321f31 100644 (file)
@@ -4,7 +4,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  2000--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -19,8 +19,10 @@ class Tie_column
 public:
   static bool has_interface (Grob*);
   static void add_tie (Grob*me,Grob*);
-  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
   static void set_directions (Grob*me);
+  static void old_directions (Grob*me);
+  static void werner_directions (Grob*me);
 };
 
 #endif /* TIE_COLUMN_HH */