]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest.cc
cleanup. Separate into internal
[lilypond.git] / lily / rest.cc
index ea369d6a646e6b0744916abcbd05adf88d9b6d10..210e756814bbf7c9cdf8c215ac8142db71d60563 100644 (file)
@@ -111,7 +111,7 @@ Rest::glyph_name (Grob *me, int balltype, String style)
 }
 
 
-MAKE_SCHEME_CALLBACK (Rest,brew_molecule,1);
+MAKE_SCHEME_CALLBACK (Rest,print,1);
 
 SCM
 Rest::brew_internal_molecule (SCM smob)
@@ -143,7 +143,7 @@ Rest::brew_internal_molecule (SCM smob)
 }
 
 SCM 
-Rest::brew_molecule (SCM smob) 
+Rest::print (SCM smob) 
 {
   return brew_internal_molecule (smob);
 }