]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.41
authorfred <fred>
Tue, 11 Mar 1997 20:09:54 +0000 (20:09 +0000)
committerfred <fred>
Tue, 11 Mar 1997 20:09:54 +0000 (20:09 +0000)
mi2mu/include/midi-event.hh

index 3f06353c4a13a5b209be52002205f00e3574ae36..df08ce5fed39bd00f9339e100bd259df01983b4c 100644 (file)
@@ -56,6 +56,7 @@ public:
 
        int get_tempo_i( Moment moment );
        virtual String mudela_str( bool command_mode_bo );
+       int useconds_per_4_i();
 
 private:
        int useconds_per_4_i_;
@@ -81,6 +82,8 @@ public:
 
        Duration i2_dur( int time_i, int division_1_i );
        int clocks_1_i();
+       int den_i();
+       int num_i();
        virtual String mudela_str( bool command_mode_bo );
        Moment bar_mom();