From: fred Date: Wed, 27 Mar 2002 02:06:02 +0000 (+0000) Subject: lilypond-1.5.35 X-Git-Tag: release/1.5.59~304 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=57d1e5dfd9629d4bbd25d4b93d79dd90f40c428e;p=lilypond.git lilypond-1.5.35 --- diff --git a/lily/include/musical-request.hh b/lily/include/musical-request.hh index 17f5446ea2..4511e660a0 100644 --- a/lily/include/musical-request.hh +++ b/lily/include/musical-request.hh @@ -162,4 +162,10 @@ public: VIRTUAL_COPY_CONS (Music); }; +class Bass_figure_req: public Rhythmic_req +{ +public: + VIRTUAL_COPY_CONS(Music); +}; + #endif // MUSICALREQUESTS_HH