]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/request-chord-iterator.cc
release: 1.3.42
[lilypond.git] / lily / request-chord-iterator.cc
index 0fa4be380db9d9b70d97dc63faec7b4dfacc4f6a..65f3027077905d8787dea11b8b4e116de90866ba 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "translator-group.hh"
@@ -30,7 +30,6 @@ Request_chord_iterator::elt_l () const
 Request_chord_iterator::Request_chord_iterator ()
 {
   last_b_ = false;
-  //  cursor_ = elt_l ()->music_p_list_p_->head_;
   cursor_ = 0;
 }
 
@@ -55,7 +54,7 @@ void
 Request_chord_iterator::do_print() const
 {
 #ifndef NPRINT
-  DOUT << "duration: " << elt_length_mom_;
+  DEBUG_OUT << "duration: " << elt_length_mom_;
 #endif
 }
 
@@ -70,10 +69,10 @@ Request_chord_iterator::do_process_and_next (Moment mom)
            {
              bool gotcha = try_music (req_l);
              if (!gotcha)
-               req_l->warning (_f ("junking request: `%s\'", classname( req_l)));
+               req_l->warning (_f ("Junking request: `%s'", classname( req_l)));
            }
          else
-           i->car_->warning (_f ("Huh?  Not a Request: `%s\'",
+           i->car_->warning (_f ("Huh?  Not a Request: `%s'",
                                   classname (i->car_)));
        }
       first_b_ = false;