X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmidi-def.hh;h=67cdcef24911ca37299bfe750f6a69a2c8387ddb;hb=76f13ab50fc726c89fa7c96f3deed519d2d773dc;hp=ef0029b418fbc84aa3db5f0eef454db3d296bfbf;hpb=615a9212789c2cb2994748c023d0e19f3a83a0fd;p=lilypond.git diff --git a/lily/include/midi-def.hh b/lily/include/midi-def.hh index ef0029b418..67cdcef249 100644 --- a/lily/include/midi-def.hh +++ b/lily/include/midi-def.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Jan Nieuwenhuizen + (c) 1997--2000 Jan Nieuwenhuizen */ @@ -31,7 +31,7 @@ public: Midi_def(); ~Midi_def(); - Real duration_to_seconds_f (Moment); + Real length_mom_to_seconds_f (Moment); int get_tempo_i (Moment moment); void print() const; void set_tempo (Moment moment, int count_per_minute_i);