]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-item.hh
release: 1.5.29
[lilypond.git] / lily / include / text-item.hh
index 15373296c6af8e015a990e81bb0ca040866fbd96..8cd1430ebe1b46c4d96aebaefe8ca9ff028bee95 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>
  */
 
@@ -21,7 +21,7 @@ public:
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
   static Molecule text2molecule (Grob *me, SCM text, SCM properties);
   static Molecule string2molecule (Grob *me, SCM text, SCM properties);
-  static Molecule markup_sentence2molecule (Grob *me, SCM markup_sentence, SCM properties);
+  static Molecule markup_text2molecule (Grob *me, SCM markup_text, SCM properties);
 
 private:
   static Molecule lookup_character (Grob *me, Font_metric*, SCM char_name);