]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie.hh
``slikken kreng''
[lilypond.git] / lily / include / tie.hh
index 76592aefa8c7af4392dbf12d0f7c36f2845f21c7..186da434a9c1518c17001e9dfeae9b070702e3f0 100644 (file)
 class Tie
 {
 public:
-  static void set_head (Grob*,Direction, Item*head_l);
+  static void set_head (Grob*,Direction, Item*head);
   static void set_interface (Grob*);
   static bool has_interface (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);