]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-extender.hh
(LY_DEFINE): use scm_c_make_hash_table().
[lilypond.git] / lily / include / lyric-extender.hh
index 135bc3b9c77fa77eb9b7f721bc82a9844be23ab1..19f4441c9be056f9da17522153c95bb5249532b2 100644 (file)
@@ -28,9 +28,8 @@
 class Lyric_extender
 {
 public:
-  static bool is_visible (Grob*);
   static bool has_interface (Grob*);
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (print, (SCM ));
 };
 
 #endif // EXTENDER_SPANNER_HH