]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos.cc
cleanup. Separate into internal
[lilypond.git] / lily / custos.cc
index 01bade5aef6b7d448a78ce813043ed78e2aac89f..8024fa946541e59d257712466d73a67f6fc4f64f 100644 (file)
@@ -26,9 +26,9 @@
 #include "font-interface.hh"
 #include "math.h" // rint
 
-MAKE_SCHEME_CALLBACK (Custos,brew_molecule,1);
+MAKE_SCHEME_CALLBACK (Custos,print,1);
 SCM
-Custos::brew_molecule (SCM smob)
+Custos::print (SCM smob)
 {
   Item *me = (Item *)unsmob_grob (smob);