X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fdynamic-performer.cc;h=2a2a1fbd2a2af41b63aa76b8bb68e5e42a865ab2;hb=2fef7b7eb7ac5d7a2ed237bf22a6ec6fe5d946d9;hp=23b7d43bfd4b104974691877bb08dbf71125daa3;hpb=74daefdc62920b729061cb8711b63890de1f0c17;p=lilypond.git diff --git a/lily/dynamic-performer.cc b/lily/dynamic-performer.cc index 23b7d43bfd..2a2a1fbd2a 100644 --- a/lily/dynamic-performer.cc +++ b/lily/dynamic-performer.cc @@ -123,8 +123,9 @@ private: State state_; }; -Dynamic_performer::Dynamic_performer () - : script_event_ (0), +Dynamic_performer::Dynamic_performer (Context *c) + : Performer (c), + script_event_ (0), next_grow_dir_ (CENTER), depart_dir_ (CENTER), state_ (STATE_INITIAL)