]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-tremolo.cc
``slikken kreng''
[lilypond.git] / lily / stem-tremolo.cc
index 7151943e7a93225886307f4ef207086ae5bd968b..06c9d7991ec961b7cc151c38118b886e0ad3c2c7 100644 (file)
@@ -61,7 +61,7 @@ Stem_tremolo::brew_molecule (SCM smob)
 {
   Grob *me= unsmob_grob (smob);
   Grob * stem = unsmob_grob (me->get_grob_property ("stem"));
-  Grob * beam = Stem::beam_l (stem);
+  Grob * beam = Stem::get_beam (stem);
   
   Real dydx;
   if (beam)