]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ligature-engraver.cc
unsmob_pitch -> Pitch::unsmob and related
[lilypond.git] / lily / ligature-engraver.cc
index 8bd4d66137b4907c832bd0981ce739f507d81ed3..3ebe65f77cefe285ec5fdb746caeb160200b4af9 100644 (file)
@@ -121,7 +121,7 @@ Ligature_engraver::process_music ()
       primitives_.clear ();
       ligature_ = 0;
     }
-  last_bound_ = unsmob_grob (get_property ("currentMusicalColumn"));
+  last_bound_ = Grob::unsmob (get_property ("currentMusicalColumn"));
 
   if (ligature_)
     {
@@ -140,7 +140,7 @@ Ligature_engraver::process_music ()
       prev_start_event_ = events_drul_[START];
       ligature_ = create_ligature_spanner ();
 
-      Grob *bound = unsmob_grob (get_property ("currentMusicalColumn"));
+      Grob *bound = Grob::unsmob (get_property ("currentMusicalColumn"));
       if (!bound)
         events_drul_[START]->origin ()->warning (_ ("no left bound"));
       else