]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mensural-ligature.cc
cleanup. Separate into internal
[lilypond.git] / lily / mensural-ligature.cc
index 8eac3a53957aa05dcc57d015bc9e9d78e250bf9b..9d09027e14f3040548605ed87e4538d150d907ad 100644 (file)
@@ -221,9 +221,9 @@ Mensural_ligature::brew_ligature_primitive (SCM smob)
   return internal_brew_primitive (me, false).smobbed_copy ();
 }
 
-MAKE_SCHEME_CALLBACK (Mensural_ligature, brew_molecule, 1);
+MAKE_SCHEME_CALLBACK (Mensural_ligature, print, 1);
 SCM
-Mensural_ligature::brew_molecule (SCM)
+Mensural_ligature::print (SCM)
 {
   return SCM_EOL;
 }