]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/episema-engraver.cc
Run grand replace for 2015.
[lilypond.git] / lily / episema-engraver.cc
index ca0452932d67eac54926e66b992ea876d8e0bfbd..f8b714b1372e96594a0ff421d53e23a4dd4e33a1 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2010--2014 Neil Puttock <n.puttock@gmail.com>
+  Copyright (C) 2010--2015 Neil Puttock <n.puttock@gmail.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -106,7 +106,7 @@ Episema_engraver::typeset_all ()
         {
           Grob *col = (note_columns_.size ()
                        ? note_columns_.back ()
-                       : unsmob_grob (get_property ("currentMusicalColumn")));
+                       : Grob::unsmob (get_property ("currentMusicalColumn")));
           finished_->set_bound (RIGHT, col);
         }
       finished_ = 0;
@@ -120,7 +120,7 @@ Episema_engraver::stop_translation_timestep ()
     {
       Grob *col = (note_columns_.size ()
                    ? note_columns_.front ()
-                   : unsmob_grob (get_property ("currentMusicalColumn")));
+                   : Grob::unsmob (get_property ("currentMusicalColumn")));
       span_->set_bound (LEFT, col);
     }