]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-item.hh
add
[lilypond.git] / lily / include / text-item.hh
index 246f3fc47ad0dd20a5a25245f6bb5a8f5390e1e0..e8479e9d748003c28d779a7825891275d8333add 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
   
(c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
@@ -23,6 +23,9 @@ public:
   static Molecule string2molecule (Grob *me, SCM text, SCM properties);
   static Molecule markup_text2molecule (Grob *me, SCM markup_text, SCM properties);
 
+  static bool has_interface (Grob*);
+
+
 private:
   static Molecule lookup_character (Grob *me, Font_metric*, SCM char_name);
   static Molecule lookup_text (Grob *me, Font_metric*, SCM text);