From: fred Date: Tue, 11 Mar 1997 21:00:31 +0000 (+0000) Subject: lilypond-0.0.41 X-Git-Tag: release/1.5.59~6218 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=105351fa26ada9fb4cd0ea3d3df7c3c3510ae7ac;p=lilypond.git lilypond-0.0.41 --- diff --git a/lily/include/midi-item.hh b/lily/include/midi-item.hh index 6f10572457..1aaf181d27 100644 --- a/lily/include/midi-item.hh +++ b/lily/include/midi-item.hh @@ -94,6 +94,17 @@ struct Midi_tempo : Midi_item { int per_minute_4_i_; }; +struct Midi_time : Midi_item { + /* *************** */ + Midi_time( int num_i, int den_i, int clocks_per_1_i ); + + virtual String str() const; + + int num_i_; + int den_i_; + int clocks_per_1_i_; +}; + struct Midi_track : Midi_chunk { /* *************** */ int number_i_;