public virtual void Visit(OctaveIncrCommand visitee) { }
public override void Visit(OctaveIncrCommand visitee) { this.octave += 1; }