]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/event-chord-iterator.cc
* mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
[lilypond.git] / lily / event-chord-iterator.cc
index ef045c427f8c474b70b90f0055690d54c11110a9..20be73257bc0a819fd5f95a93374aff5f2d4ab75 100644 (file)
@@ -6,10 +6,10 @@
   (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
+#include "event-chord-iterator.hh"
+
 #include "context.hh"
 #include "warn.hh"
-#include "event-chord-iterator.hh"
-#include "music-list.hh"
 #include "event.hh"
 
 Event_chord_iterator::Event_chord_iterator ()
@@ -46,7 +46,7 @@ Event_chord_iterator::process (Moment m)
 {
   if (last_processed_mom_ < Moment (0))
     {
-      for (SCM s = dynamic_cast<Music_sequence *> (get_music ())->music_list ();
+      for (SCM s = get_music ()->get_property ("elements");
           scm_is_pair (s);  s = scm_cdr (s))
        {
          Music *mus = unsmob_music (scm_car (s));