Re: event-chord-iterator

2017-06-20 Thread David Kastrup
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)) >

event-chord-iterator

2017-06-20 Thread Carl Sorensen
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