]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-tremolo.cc
cleanup. Separate into internal
[lilypond.git] / lily / stem-tremolo.cc
index d7a9d847469d71b274f1916f1d87c8288bcedd79..c3a8b54c523e6689f272578c52155c000126cdf4 100644 (file)
@@ -121,9 +121,9 @@ Stem_tremolo::raw_molecule (Grob *me)
 }
 
 
-MAKE_SCHEME_CALLBACK (Stem_tremolo,brew_molecule,1);
+MAKE_SCHEME_CALLBACK (Stem_tremolo,print,1);
 SCM
-Stem_tremolo::brew_molecule (SCM grob) 
+Stem_tremolo::print (SCM grob) 
 {
   Grob *me = unsmob_grob (grob);
   Grob *stem = unsmob_grob (me->get_grob_property ("stem"));