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

index 7a559adf5837b806a7a6ce753fcfa09ad0235ba0..1e04e5df4cbf48f3c4377549839783b04b21fdd6 100644 (file)
 /** 
  */
 struct Midi_def {
+    // ugh!
+    static int den_i_s;
+    static int num_i_s;
+
     /// output file name
     String outfile_str_;
 
index 5bc6b8fa78924104ca9de94942a14e6edfd13cde..163105ab3c3906952420337cf2add5198a948056 100644 (file)
 //     destructor
 //     routines, alphasorted
 
+// statics Midi_def
+// ugh
+int Midi_def::den_i_s = 4;
+int Midi_def::num_i_s = 4;
+
 Midi_def::Midi_def()
 {
     set_tempo( Moment( 1, 4 ), 60 );