]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie.hh
release: 1.3.109
[lilypond.git] / lily / include / tie.hh
index 4ecd9e56d054ea07bf3c2c0c97f0f7b8fc22d828..6c5be3f4d7504747f0e498aca1ce3a5f131f0086 100644 (file)
 #include "lily-guile.hh"
 #include "lily-proto.hh"
 
+
 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*) ;
-  static SCM brew_molecule (SCM);
-  static Direction get_default_dir(Score_element*) ;
+  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);
-  static SCM set_spacing_rods (SCM);
+  DECLARE_SCHEME_CALLBACK(set_spacing_rods, (SCM ));
 };
 
 #endif // TIE_HH