]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/musical-request.hh
2002-07-17 Han-Wen <hanwen@cs.uu.nl>
[lilypond.git] / lily / include / musical-request.hh
index e383dcaa3caeb84735d0503c114add84fc98c980..efcde57b4f55c065ae4af3bf98d1325dd2741f6e 100644 (file)
@@ -37,9 +37,14 @@ public:
 struct Tremolo_req : public Request {
   VIRTUAL_COPY_CONS (Music);
   Tremolo_req ();
+};
+
+struct Chord_tremolo_notify_req : public Request
+{
 
-  void set_type (int);
-  int get_type () const;
+  Rational factor_;
+  VIRTUAL_COPY_CONS(Chord_tremolo_notify_req);
+  Chord_tremolo_notify_req();
 };