]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
* make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
[lilypond.git] / lily / include / breathing-sign.hh
index a3c3bb9be0e4d2fac12097da911e3d9e7f5c2801..96a99de9922583b277caa71567124167c40efac4 100644 (file)
 class Breathing_sign
 {
 public:
-  static SCM brew_molecule (SCM);
-  static Real offset_callback (Score_element *, Axis);
-  static void set_interface (Score_element*);
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element, SCM axis));
+  
+  static bool has_interface (Grob*);
 };
 
 #endif // BREATHING_SIGN_HH