X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Farticulations.cc;h=334e4386828e6e0d2a86ace8dad0586b11f6565e;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=164e8e7fa2fa4bb985b20e4a00c2c89f1756d01c;hpb=0b544cfb7332615ef809b71b57ab656741311ae1;p=lilypond.git diff --git a/lily/articulations.cc b/lily/articulations.cc index 164e8e7fa2..334e438682 100644 --- a/lily/articulations.cc +++ b/lily/articulations.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2010--2014 Carl Sorensen + Copyright (C) 2010--2015 Carl Sorensen LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -56,7 +56,7 @@ articulation_list (vector note_events, for (SCM s = event->get_property ("articulations"); !articulation_event && scm_is_pair (s); s = scm_cdr (s)) { - Stream_event *art = unsmob_stream_event (scm_car (s)); + Stream_event *art = unsmob (scm_car (s)); if (art->in_event_class (articulation_name)) articulation_event = art;