]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-bracket.cc
cleanup. Separate into internal
[lilypond.git] / lily / tuplet-bracket.cc
index 81feea3240da270ea5931fad555b20fe601dd807..5bc83b5e12287d0b49cf745e2a47a5fe3e3a2bb0 100644 (file)
@@ -96,9 +96,9 @@ Tuplet_bracket::parallel_beam (Grob *me, Link_array<Grob> const &cols, bool *equ
   follow beam precisely for determining tuplet number location.
   
  */
-MAKE_SCHEME_CALLBACK (Tuplet_bracket,brew_molecule,1);
+MAKE_SCHEME_CALLBACK (Tuplet_bracket,print,1);
 SCM
-Tuplet_bracket::brew_molecule (SCM smob) 
+Tuplet_bracket::print (SCM smob) 
 {
   Grob *me= unsmob_grob (smob);
   Molecule  mol;