X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Frest-engraver.cc;h=928e4d7d95bc6833e8b61c0e7b4809a01071d6aa;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=4bcca6f9d343c2b987c2af4360729d768eb0ee15;hpb=82bc9ad690e201aaa55694f8b92261ae7338f56a;p=lilypond.git diff --git a/lily/rest-engraver.cc b/lily/rest-engraver.cc index 4bcca6f9d3..928e4d7d95 100644 --- a/lily/rest-engraver.cc +++ b/lily/rest-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2014 Han-Wen Nienhuys + Copyright (C) 1997--2015 Han-Wen Nienhuys 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) {