]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie.hh
2003 -> 2004
[lilypond.git] / lily / include / tie.hh
index 2c4f3a52a4240c80ce88e083d726a07954ff5b4f..1fe8b121da144016b0b306b4aaf4bd73f2722db4 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 class Tie
 {
 public:
-  static void set_head (Grob*,Direction, Item*head_l);
+  static void set_head (Grob*,Direction, Grob*head);
   static void set_interface (Grob*);
   static bool has_interface (Grob*);
+  static void set_direction (Grob*);
   static Grob * head (Grob*,Direction) ;
-  static Real position_f (Grob*) ;
+  static Real get_position (Grob*) ;
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
   static Direction get_default_dir (Grob*) ;
   static SCM get_control_points (SCM);