]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ambitus.cc
cleanup. Separate into internal
[lilypond.git] / lily / ambitus.cc
index 8fe9770d1c8c3c68fa10ff6f23457bfb33412e9c..9a9e3c6649553d876fb0a2c1f202e9773b9b2871 100644 (file)
@@ -125,9 +125,9 @@ add_accidentals (Item *me, Molecule *head, int num_acc,
     }
 }
 
-MAKE_SCHEME_CALLBACK (Ambitus,brew_molecule,1);
+MAKE_SCHEME_CALLBACK (Ambitus,print,1);
 SCM
-Ambitus::brew_molecule (SCM smob)
+Ambitus::print (SCM smob)
 {
   Item *me = (Item *)unsmob_grob (smob);
   Molecule molecule = Molecule ();