]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-extender.hh
* input/test/piano-staff-distance.ly: new file.
[lilypond.git] / lily / include / lyric-extender.hh
index bbab8028a5806d60f5a0e5e8aeea13f88b13c127..eb8f60732a05d0651ba95d6c3f913d684f8414f3 100644 (file)
@@ -2,7 +2,7 @@
 /*
   extender-spanner.hh -- part of GNU LilyPond
 
-  (c) 1998--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef EXTENDER_SPANNER_HH
@@ -28,8 +28,9 @@
 class Lyric_extender
 {
 public:
-  static void set_textitem (Spanner*, Direction, Grob*);
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  static bool is_visible (Grob*);
+  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (print, (SCM ));
 };
 
 #endif // EXTENDER_SPANNER_HH