]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/midi-def.hh
release: 1.0.1
[lilypond.git] / lily / include / midi-def.hh
index dbdcead0ffdce695fac37df00130ba8a770b7dd3..dcf0a9819dc7e7806e22b48a331b59584ec05ce4 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Jan Nieuwenhuizen <jan@digicash.com>
+  (c)  1997--1998 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
@@ -20,6 +20,7 @@
   definitions for midi output. Rather empty
  */
 class Midi_def : public Music_output_def {
+  static int default_count_i_;
 public:
   VIRTUAL_COPY_CONS(Midi_def, Music_output_def);
   DECLARE_MY_RUNTIME_TYPEINFO;
@@ -34,6 +35,7 @@ public:
   int get_tempo_i (Moment moment);
   void print() const;
   void set_tempo (Moment moment, int count_per_minute_i);
+  virtual int get_next_default_count () const;
 };
 
 #endif // MIDI_DEF_HH