]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ottava-engraver.cc
unsmob_pitch -> Pitch::unsmob and related
[lilypond.git] / lily / ottava-engraver.cc
index 6296e8c8a2092c9adaf2732a9150d8d81c6e9f69..67eb00ba11f2c9397770618b3d1de9aee3ab7771 100644 (file)
@@ -103,7 +103,7 @@ Ottava_spanner_engraver::typeset_all ()
         {
           if (!finished_->get_bound (RIGHT))
             {
-              Grob *e = unsmob_grob (get_property ("currentMusicalColumn"));
+              Grob *e = Grob::unsmob (get_property ("currentMusicalColumn"));
               finished_->set_bound (d, e);
             }
         }
@@ -117,7 +117,7 @@ Ottava_spanner_engraver::stop_translation_timestep ()
 {
   if (span_ && !span_->get_bound (LEFT))
     {
-      Grob *e = unsmob_grob (get_property ("currentMusicalColumn"));
+      Grob *e = Grob::unsmob (get_property ("currentMusicalColumn"));
       span_->set_bound (LEFT, e);
     }