]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-spanner-engraver.cc
Doc-es: update Notation/Expressive.
[lilypond.git] / lily / text-spanner-engraver.cc
index 8b0e72265d41bdd401fd31606fdb7c0556e05a3c..f34f494301345329cad032a90c5f6bb39b0db6cd 100644 (file)
@@ -101,7 +101,7 @@ Text_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 (RIGHT, e);
         }
       finished_ = 0;
@@ -113,7 +113,7 @@ Text_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);
     }