]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-walker.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / midi-walker.cc
index a5fc048aa4341cc521aaa3385999e8b2c99be011..13bf59db8c2e4be028491e5966c1bf0b1b1e490b 100644 (file)
@@ -58,7 +58,7 @@ Midi_walker::do_start_note (Midi_note *note)
   Moment stop_mom = note->get_length () + ptr->audio_column_->at_mom ();
 
   bool play_start = true;
-  for (int i = 0; i < stop_note_queue.size (); i++)
+  for (vsize i = 0; i < stop_note_queue.size (); i++)
     {
       /* if this pith already in queue */
       if (stop_note_queue[i].val->get_pitch () == note->get_pitch ())