]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/output-property-music-iterator.cc
nested grace beams
[lilypond.git] / lily / output-property-music-iterator.cc
index 882d9d63e3a2bef5dfdc750b4a4190d6d533547e..fa8ada0ad1c82db16f4553c0e0035517614aba36 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2001 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2002 Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 #include "input.hh"
@@ -15,13 +15,13 @@ Output_property_music_iterator::process (Moment m)
 {
   if (last_processed_mom_ < Moment (0))
     {
-      bool accepted = try_music (music_l_);
+      bool accepted = try_music (music_l ());
       if (!accepted)
-       music_l_->origin ()->warning (_f ("Junking request: `%s'",
-                                         classname (music_l_)));
+       music_l ()->origin ()->warning (_f ("Junking request: `%s'",
+                                         classname (music_l ())));
     }
 
   skip (m);
 }
 
-IMPLEMENT_CTOR_CALLBACK(Output_property_music_iterator);
+IMPLEMENT_CTOR_CALLBACK (Output_property_music_iterator);