From 105351fa26ada9fb4cd0ea3d3df7c3c3510ae7ac Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 11 Mar 1997 21:00:31 +0000 Subject: [PATCH] lilypond-0.0.41 --- lily/include/midi-item.hh | 11 +++++++++++ 1 file changed, 11 insertions(+) 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_; -- 2.39.5