]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie.hh
release: 1.5.19
[lilypond.git] / lily / include / tie.hh
index 7f03564866a36dbfe608015e70e71d77f455b153..2c4f3a52a4240c80ce88e083d726a07954ff5b4f 100644 (file)
@@ -1,28 +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--2001 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();
-    virtual void set_default_dir();
+
+class Tie
+{
 public:
-    bool same_pitch_b_;
-    Notehead * left_head_l_;
-    Notehead * right_head_l_;
-    void set_head(int, Notehead*head_l);
-    Tie();
-    
+  static void set_head (Grob*,Direction, Item*head_l);
+  static void set_interface (Grob*);
+  static bool has_interface (Grob*);
+  static Grob * head (Grob*,Direction) ;
+  static Real position_f (Grob*) ;
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  static Direction get_default_dir (Grob*) ;
+  static SCM get_control_points (SCM);
+  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM ));
 };
+
 #endif // TIE_HH