]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-walker.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / midi-walker.cc
index 57e5ac499390b7de56901e2f661e46bd3a729749..a5fc048aa4341cc521aaa3385999e8b2c99be011 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
@@ -131,9 +131,7 @@ Midi_walker::output_event (Moment now_mom, Midi_item *l)
     start with graces
   */
   if (delta_t < Moment (0))
-    {
-      delta_t = Moment (0);
-    }
+    delta_t = Moment (0);
 
   track_->add (delta_t, l);
 }