From 94522fe27db50ab3ba96f20f103d7eccee44f35b Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 11 Mar 1997 21:29:20 +0000 Subject: [PATCH] lilypond-0.0.41 --- lily/include/midi-def.hh | 4 ++++ lily/midi-def.cc | 5 +++++ 2 files changed, 9 insertions(+) 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 ); -- 2.39.5