]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-extender.hh
* scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
[lilypond.git] / lily / include / lyric-extender.hh
index 1b76b715acedff58f3833a9bc7acd629e6f2761f..19f4441c9be056f9da17522153c95bb5249532b2 100644 (file)
@@ -2,7 +2,7 @@
 /*
   extender-spanner.hh -- part of GNU LilyPond
 
-  (c) 1998--2001 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef EXTENDER_SPANNER_HH
@@ -28,8 +28,8 @@
 class Lyric_extender
 {
 public:
-  static void set_textitem (Spanner*, Direction, Grob*);
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (print, (SCM ));
 };
 
 #endif // EXTENDER_SPANNER_HH