From: fred Date: Tue, 11 Mar 1997 21:29:20 +0000 (+0000) Subject: lilypond-0.0.41 X-Git-Tag: release/1.5.59~6217 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=94522fe27db50ab3ba96f20f103d7eccee44f35b;p=lilypond.git lilypond-0.0.41 --- diff --git a/lily/include/midi-def.hh b/lily/include/midi-def.hh index 7a559adf58..1e04e5df4c 100644 --- a/lily/include/midi-def.hh +++ b/lily/include/midi-def.hh @@ -18,6 +18,10 @@ /** */ struct Midi_def { + // ugh! + static int den_i_s; + static int num_i_s; + /// output file name String outfile_str_; diff --git a/lily/midi-def.cc b/lily/midi-def.cc index 5bc6b8fa78..163105ab3c 100644 --- a/lily/midi-def.cc +++ b/lily/midi-def.cc @@ -16,6 +16,11 @@ // 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 );