]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-item.hh
* lily/text-item.cc (text_to_molecule): new function
[lilypond.git] / lily / include / text-item.hh
index e8479e9d748003c28d779a7825891275d8333add..70a7609d21144fb1fb94e1f1ae17101c2cbae084 100644 (file)
@@ -19,13 +19,12 @@ class Text_item
 {
 public:
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
+  DECLARE_SCHEME_CALLBACK (text_to_molecule, (SCM,SCM, SCM));
   static Molecule text2molecule (Grob *me, SCM text, SCM properties);
   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);