Carl Sorensen writes:
> I've been working with Charles Winston on the chord semantics GSOC project.
>
> I've found what I think is an obsolete piece of code in
> lily/event-chord-iterator.cc
>
> for (SCM s = get_music ()->get_property ("articulations");
> scm_is_pair (s); s = scm_cdr (s))
>
I've been working with Charles Winston on the chord semantics GSOC project.
I've found what I think is an obsolete piece of code in
lily/event-chord-iterator.cc
for (SCM s = get_music ()->get_property ("articulations");
scm_is_pair (s); s = scm_cdr (s))
{
Music *mus = unsmob (scm_car