]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/output-property-music-iterator.cc
* Documentation/user/music-glossary.tely: add @omf tags
[lilypond.git] / lily / output-property-music-iterator.cc
index fa8ada0ad1c82db16f4553c0e0035517614aba36..fff33c8fc465407175b84413fe85b8afe9103a2f 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2003 Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 #include "input.hh"
@@ -15,10 +15,10 @@ Output_property_music_iterator::process (Moment m)
 {
   if (last_processed_mom_ < Moment (0))
     {
-      bool accepted = try_music (music_l ());
+      bool accepted = try_music (get_music ());
       if (!accepted)
-       music_l ()->origin ()->warning (_f ("Junking request: `%s'",
-                                         classname (music_l ())));
+       get_music ()->origin ()->warning (_f ("Junking event: `%s'",
+                                         classname (get_music ())));
     }
 
   skip (m);