]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef.cc
cleanup. Separate into internal
[lilypond.git] / lily / clef.cc
index d598486a036e2e5078ea8aa8c7e0006287a97c4e..9a493ddeef7dcb6be0cfef53667c57c2fdb506b4 100644 (file)
@@ -47,9 +47,9 @@ Clef::before_line_breaking (SCM smob)
 
 
 
-MAKE_SCHEME_CALLBACK (Clef,brew_molecule,1)
+MAKE_SCHEME_CALLBACK (Clef,print,1)
 SCM
-Clef::brew_molecule (SCM smob) 
+Clef::print (SCM smob) 
 {
   Grob *me = unsmob_grob (smob);
   SCM glyph_scm = me->get_grob_property ("glyph-name");