X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fstream-event.cc;h=674f22fda4d3c423141c88ba12fd4fdc52ea9523;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=e17d6c711b1806b5417b1f7e5ac33510503b79db;hpb=2558bbf111c416f0c7093f7f8a3129533310cf37;p=lilypond.git diff --git a/lily/stream-event.cc b/lily/stream-event.cc index e17d6c711b..674f22fda4 100644 --- a/lily/stream-event.cc +++ b/lily/stream-event.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2014 Erik Sandberg + Copyright (C) 2005--2015 Erik Sandberg LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -86,8 +86,8 @@ Stream_event::make_transposable () SCM prop = scm_car (entry); SCM val = scm_cdr (entry); - if ((Pitch::unsmob (val) - || (prop == ly_symbol2scm ("element") && Music::unsmob (val)) + if ((Pitch::is_smob (val) + || (prop == ly_symbol2scm ("element") && Music::is_smob (val)) || (prop == ly_symbol2scm ("elements") && scm_is_pair (val)) || (prop == ly_symbol2scm ("pitch-alist") && scm_is_pair (val))) && scm_is_false (scm_assq (prop, mutable_property_alist_)))