# File rbSnack/tkSnack.rb, line 447
    def copy(source_sound, options=nil, &op_block)
        options=SnOp::makeOps(options, &op_block)
        raise "sound argument required" unless source_sound.type==Sound
        Snack::exeTkCmd([@name, 'copy', source_sound.name], options)
    end