]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-walker.cc
*** empty log message ***
[lilypond.git] / lily / midi-walker.cc
index 66031d73cb498588cb793264daa2689c8291c8fa..340eee849285c3b98defa46e353a575cae37670b 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
          Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
@@ -130,7 +130,7 @@ Midi_walker::output_event (Moment now_mom, Midi_item* l)
     this is not correct, but at least it doesn't crash when you
     start with graces
    */
-  if (delta_t < Moment(0))
+  if (delta_t < Moment (0))
     {
       delta_t = Moment (0);
     }