X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnew-fingering-engraver.cc;h=55ff41ed4fea519165cd4c19c4d49362427d2f74;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=3db7d7010c37a73df72cdc5e827e7a5f954e4f84;hpb=f4abbfff5f0d985a457e15586dbcc3ae473b0dee;p=lilypond.git diff --git a/lily/new-fingering-engraver.cc b/lily/new-fingering-engraver.cc index 3db7d7010c..55ff41ed4f 100644 --- a/lily/new-fingering-engraver.cc +++ b/lily/new-fingering-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1998--2014 Han-Wen Nienhuys + Copyright (C) 1998--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 @@ -281,10 +281,10 @@ New_fingering_engraver::position_scripts (SCM orientations, f->set_parent (ft.head_, Y_AXIS); f->set_property ("avoid-slur", ly_symbol2scm ("inside")); if (hordir == LEFT - && Grob::unsmob (ft.head_->get_object ("accidental-grob"))) + && Grob::is_smob (ft.head_->get_object ("accidental-grob"))) Side_position_interface::add_support (f, Grob::unsmob (ft.head_->get_object ("accidental-grob"))); - else if (Grob::unsmob (ft.head_->get_object ("dot"))) + else if (Grob::is_smob (ft.head_->get_object ("dot"))) Side_position_interface::add_support (f, Grob::unsmob (ft.head_->get_object ("dot")));