]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.41
authorfred <fred>
Tue, 11 Mar 1997 21:00:31 +0000 (21:00 +0000)
committerfred <fred>
Tue, 11 Mar 1997 21:00:31 +0000 (21:00 +0000)
lily/include/midi-item.hh

index 6f105724578ea4c2e8fc327a7f3a5f3260016363..1aaf181d279df8028bfbd830f358fe53d8fae0a2 100644 (file)
@@ -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_;