]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ottava-engraver.cc
Doc: CG - Compile.itexi - fix typographic error
[lilypond.git] / lily / ottava-engraver.cc
index a2562b785a1151b90adb4a68e7de4356e68a0a6b..d236ed779d28439768480e21fedaa41af7efb490 100644 (file)
@@ -103,7 +103,7 @@ Ottava_spanner_engraver::typeset_all ()
         {
           if (!finished_->get_bound (RIGHT))
             {
-              Grob *e = Grob::unsmob (get_property ("currentMusicalColumn"));
+              Grob *e = unsmob<Grob> (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 = Grob::unsmob (get_property ("currentMusicalColumn"));
+      Grob *e = unsmob<Grob> (get_property ("currentMusicalColumn"));
       span_->set_bound (LEFT, e);
     }