]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem.cc
Issue 4384/2: Undo effects of \shiftOff convert-ly rule
[lilypond.git] / lily / stem.cc
index 6b4b95b015ef140c1a98427ba7a6cfcfa0430421..0c2625b9e4c454b9bd108001801b6d3e3b63098d 100644 (file)
@@ -952,7 +952,7 @@ Spanner *
 Stem::get_beam (Grob *me)
 {
   SCM b = me->get_object ("beam");
-  return dynamic_cast<Spanner *> (Grob::unsmob (b));
+  return Spanner::unsmob (b);
 }
 
 Stem_info