]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/accidental.cc
cleanup. Separate into internal
[lilypond.git] / lily / accidental.cc
index 7a89832cbf8f9db91ab580b1146c73302bbea7c0..dd5634d5d9ff28401d3c11dccaa05827516ad5ce 100644 (file)
@@ -158,9 +158,9 @@ Accidental_interface::get_fontcharname (String style, int alteration)
   return style + to_string (alteration);
 }
 
-MAKE_SCHEME_CALLBACK (Accidental_interface,brew_molecule,1);
+MAKE_SCHEME_CALLBACK (Accidental_interface,print,1);
 SCM
-Accidental_interface::brew_molecule (SCM smob)
+Accidental_interface::print (SCM smob)
 {
   Grob *me = unsmob_grob (smob);
   bool smaller = false;