]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-item.cc
cleanup. Separate into internal
[lilypond.git] / lily / text-item.cc
index 1c4e596bf1f091927548ca1e0df5b2cc1255043f..c70ab7c74b55096ad847383af7a11092ddab90e9 100644 (file)
@@ -54,9 +54,9 @@ Text_item::interpret_markup (SCM paper, SCM props, SCM markup)
     }
 }
 
-MAKE_SCHEME_CALLBACK(Text_item,brew_molecule,1);
+MAKE_SCHEME_CALLBACK(Text_item,print,1);
 SCM
-Text_item::brew_molecule (SCM grob)
+Text_item::print (SCM grob)
 {
   Grob * me = unsmob_grob (grob);