]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-scoring.cc
Merge branch 'issue4032'
[lilypond.git] / lily / slur-scoring.cc
index 61a4423159a4d56792c7c8a8338fe280b6b9f32e..7ffdacee0c93be0be505b1e41fdc93e1f5180054 100644 (file)
@@ -107,7 +107,7 @@ Slur_score_state::slur_direction () const
 Encompass_info
 Slur_score_state::get_encompass_info (Grob *col) const
 {
-  Grob *stem = unsmob_grob (col->get_object ("stem"));
+  Grob *stem = Grob::unsmob (col->get_object ("stem"));
   Encompass_info ei;
 
   if (!stem)
@@ -331,7 +331,7 @@ MAKE_SCHEME_CALLBACK (Slur, calc_control_points, 1)
 SCM
 Slur::calc_control_points (SCM smob)
 {
-  Spanner *me = unsmob_spanner (smob);
+  Spanner *me = Spanner::unsmob (smob);
 
   Slur_score_state state;
   state.fill (me);