]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest-engraver.cc
Run grand replace for 2015.
[lilypond.git] / lily / rest-engraver.cc
index ab4384e859b5cb0cccde4266fe51e0dce3966dce..928e4d7d95bc6833e8b61c0e7b4809a01071d6aa 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -66,7 +66,7 @@ Rest_engraver::process_music ()
   if (rest_event_ && !rest_)
     {
       rest_ = make_item ("Rest", rest_event_->self_scm ());
-      Pitch *p = unsmob_pitch (rest_event_->get_property ("pitch"));
+      Pitch *p = Pitch::unsmob (rest_event_->get_property ("pitch"));
 
       if (p)
         {