X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmidi-def.cc;h=0b289edb9566f06ce641c98f288b9764c53f65bc;hb=0f7b7e90fb80f52206e3bca71357eb2a4d481235;hp=e12162159305f57b3dff512cbd25f6626af34fea;hpb=afa5829cd270e1b0c616b7ba5c5e6cdc0e920e5f;p=lilypond.git diff --git a/lily/midi-def.cc b/lily/midi-def.cc index e121621593..0b289edb95 100644 --- a/lily/midi-def.cc +++ b/lily/midi-def.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Jan Nieuwenhuizen + (c) 1997--1999 Jan Nieuwenhuizen */ #include @@ -31,7 +31,7 @@ Midi_def::~Midi_def() } Real -Midi_def::duration_to_seconds_f (Moment mom) +Midi_def::length_mom_to_seconds_f (Moment mom) { if (!mom) return 0;