]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-column.hh
* scm/output-lib.scm (shift-right-at-line-begin): new function:
[lilypond.git] / lily / include / tie-column.hh
index cdbe522201becfc5d0cb66c7bcb3a1dcffdba3f9..10c26e8dab85e83548e3e2dd85e86ec0ed2ed278 100644 (file)
@@ -4,25 +4,25 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  2000--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #ifndef TIE_COLUMN_HH
 #define TIE_COLUMN_HH
 
-#include "spanner.hh"
+#include "lily-proto.hh"
+#include "lily-guile.hh"
 
-class Tie_column : public Spanner
+class Tie_column
 {
 public:
-  VIRTUAL_COPY_CONS (Score_element);
-  void add_tie (Tie*);
-  Tie_column ();
-protected:
-  virtual void after_line_breaking ();
-  void set_directions ();
-  
+  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 void old_directions (Grob*me);
+  static void werner_directions (Grob*me);
 };
 
 #endif /* TIE_COLUMN_HH */