]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-interface.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / text-interface.hh
index ce7d61d66d30016fe3e68db52f90cbec64f66a18..97094c8aec5e92121ba36a79e9e34548a007b97e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
@@ -19,7 +19,7 @@ public:
   DECLARE_SCHEME_CALLBACK (interpret_markup, (SCM, SCM, SCM));
   DECLARE_SCHEME_CALLBACK (interpret_string, (SCM, SCM, SCM));
   static bool has_interface (Grob *);
-  static bool markup_p (SCM);
+  static bool is_markup (SCM);
 };
 
 #endif /* TEXT_ITEM */