]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script.hh
release: 1.3.94
[lilypond.git] / lily / include / script.hh
index 0e4dfae387c731f9634c5e67467bbbbe40eedc58..6d9b51f2c3d6119c8a5c8db9231034e584a5126b 100644 (file)
@@ -24,8 +24,8 @@ public:
   static Molecule get_molecule (Score_element*,Direction d);
   static void set_interface (Score_element*);
   static bool  has_interface (Score_element*);
-  static SCM brew_molecule (SCM);
-  static SCM after_line_breaking (SCM);
+  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM ));
 };
 
 #endif /* Stem_SCRIPT_HH */