]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script.hh
* make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
[lilypond.git] / lily / include / script.hh
index d2d10b8f7912be079cf71f3b9f2e959763fd11a9..8773172d8254fae938267f82853a71bec168b03f 100644 (file)
    Needs support from Staff_side for proper operation.  Staff_side
    handles the positioning.
 */
-class Script
+class Script_interface
 {
 public:
   static Molecule get_molecule (Grob*,Direction d);
-  static void set_interface (Grob*);
+  
   static bool  has_interface (Grob*);
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));