]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur.cc
cleanup. Separate into internal
[lilypond.git] / lily / slur.cc
index 349f52cc45439027f383e69ad357597bac4dbb28..5777cdcf206497f94a9e8550f5e93e66abc52639 100644 (file)
@@ -538,9 +538,9 @@ Slur::height (SCM smob, SCM ax)
 /*
   Ugh should have dash-length + dash-period
  */
-MAKE_SCHEME_CALLBACK (Slur, brew_molecule,1);
+MAKE_SCHEME_CALLBACK (Slur, print,1);
 SCM
-Slur::brew_molecule (SCM smob)
+Slur::print (SCM smob)
 {
   Grob * me = unsmob_grob (smob);
   if (!scm_ilength (me->get_grob_property ("note-columns")))