]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-engraver.cc
updates
[lilypond.git] / lily / tuplet-engraver.cc
index 3488b06fa0124281725a3077939c1413d56b9280..4c67c67f112f8143534c0c4f1979bdb5dc4a8a9a 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -45,7 +45,7 @@ Tuplet_engraver::try_music (Music *c)
   if (c->is_mus_type ("time-scaled-music"))
     {
       Music *el = unsmob_music (c->get_mus_property ("element"));
-      if (el && !el->is_mus_type ("request-chord"))
+      if (el && !el->is_mus_type ("event-chord"))
        {
          time_scaled_musics_.push (c);
          Rational m = now_mom ().main_part_ + c->get_length ().main_part_;