]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-column.hh
release: 1.5.1
[lilypond.git] / lily / include / tie-column.hh
index bbee8fede5287c4027df346da56255b9b096a753..059d60ac5b0d7fa8f8db5c0d225829eb0dd6fa01 100644 (file)
@@ -4,26 +4,24 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2001 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:
-  Tie_column (SCM s);
-  VIRTUAL_COPY_CONS (Score_element);
-  static void set_interface (Score_element*me);
-  static bool has_interface (Score_element*);
-  static void add_tie (Score_element*me,Tie*);
-
-  static SCM after_line_breaking (SCM);
-  static void set_directions (Score_element*me);
+  static void set_interface (Grob*me);
+  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);
 };
 
 #endif /* TIE_COLUMN_HH */