From: fred Date: Sun, 24 Mar 2002 19:48:37 +0000 (+0000) Subject: lilypond-0.0.76 X-Git-Tag: release/1.5.59~4423 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6720167a6d46d03054242eeb8c68d4268cf8a6f3;p=lilypond.git lilypond-0.0.76 --- diff --git a/lily/include/musical-request.hh b/lily/include/musical-request.hh index 122f1c20a8..08cce94c9a 100644 --- a/lily/include/musical-request.hh +++ b/lily/include/musical-request.hh @@ -36,7 +36,6 @@ public: virtual Dynamic_req* dynamic() { return 0; } virtual Absolute_dynamic_req * absdynamic() { return 0; } virtual Tie_req * tie() { return 0; } - virtual Subtle_req * subtle() { return 0; } virtual Span_dynamic_req * span_dynamic() { return 0; } REQUESTMETHODS(Musical_req, musical); }; @@ -207,21 +206,7 @@ public: }; -/** A helper in the hierarchy. Each dynamic is bound to one note ( a - crescendo spanning multiple notes is thought to be made of two - "dynamics": a start and a stop). Dynamic changes can occur in a - smaller time than the length of its note, therefore fore each - Dynamic request carries a time, measured from the start of its - note. - */ -class Subtle_req : public virtual Musical_req { -public: - /// the time relative to Voice_element start. - Moment subtime_; - REQUESTMETHODS(Subtle_req, subtle); -}; - -class Dynamic_req : public Subtle_req { +class Dynamic_req : public virtual Musical_req { public: /// for absolute dynamics enum Loudness {