]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie.hh
patch::: 1.3.108.jcn1
[lilypond.git] / lily / include / tie.hh
index 9247b26156cdb4c1a13bf92d33473edc31325336..7155dfbba86397d5f4c479ae829969bbc8546bae 100644 (file)
@@ -1,27 +1,31 @@
 /*
   tie.hh -- declare Tie
 
-  source file of the LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef TIE_HH
 #define TIE_HH
 
-#include "bow.hh"
+#include "lily-guile.hh"
+#include "lily-proto.hh"
 
-class Tie : public Bow {
-    virtual Spanner* do_break_at(PCol*,PCol*)const;
-    virtual void do_add_processing();
-    virtual void do_post_processing();
-public:
-    Notehead * left_head_l_;
-    Notehead * right_head_l_;
 
-    void set_head(int, Notehead*head_l);
-    Tie();
-    
+class Tie
+{
+public:
+  static void set_head (Score_element*,Direction, Item*head_l);
+  static void set_interface (Score_element*);
+  static bool has_interface (Score_element*);
+  static Score_element * head (Score_element*,Direction) ;
+  static Real position_f (Score_element*) ;
+  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
+  static Direction get_default_dir(Score_element*) ;
+  static SCM get_control_points (SCM);
+  DECLARE_SCHEME_CALLBACK(set_spacing_rods, (SCM ));
 };
+
 #endif // TIE_HH