]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/cluster.cc
cleanup. Separate into internal
[lilypond.git] / lily / cluster.cc
index 8a1c1062bfe7fa82d91bd38f88623f673f2a212a..dda873e6c15a5bb867cadfea28caf5b70b93db1b 100644 (file)
@@ -125,16 +125,16 @@ brew_cluster_piece (Grob *me, Array<Offset> bottom_points, Array<Offset> top_poi
   return out;
 }
 
-MAKE_SCHEME_CALLBACK (Cluster,brew_molecule,1);
+MAKE_SCHEME_CALLBACK (Cluster,print,1);
 SCM
-Cluster::brew_molecule (SCM smob)
+Cluster::print (SCM smob)
 {
   Grob *me = unsmob_grob (smob);
 
   Spanner *spanner = dynamic_cast<Spanner*> (me);
   if (!spanner)
     {
-      me->programming_error ("Cluster::brew_molecule(): not a spanner");
+      me->programming_error ("Cluster::print(): not a spanner");
       return SCM_EOL;
     }